Browse Source

Fixed not showing tooltip

CURA-7813
jelle Spijker 4 years ago
parent
commit
645dc181bc
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/qml/Settings/SettingView.qml

+ 1 - 1
resources/qml/Settings/SettingView.qml

@@ -364,7 +364,7 @@ Item
                         contextMenu.provider = provider
                         contextMenu.popup();
                     }
-                    function onShowTooltip() { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
+                    function onShowTooltip(text) { base.showTooltip(delegate, Qt.point(-settingsView.x - UM.Theme.getSize("default_margin").width, 0), text) }
                     function onHideTooltip() { base.hideTooltip() }
                     function onShowAllHiddenInheritedSettings()
                     {