From 645dc181bc1d7305462ad49fda3f30fa4ce54311 Mon Sep 17 00:00:00 2001 From: jelle Spijker Date: Tue, 30 Mar 2021 09:26:36 +0200 Subject: [PATCH] Fixed not showing tooltip CURA-7813 --- resources/qml/Settings/SettingView.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/resources/qml/Settings/SettingView.qml b/resources/qml/Settings/SettingView.qml index 3784a29ba8..fae8f9a186 100644 --- a/resources/qml/Settings/SettingView.qml +++ b/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() {