summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--framework/qml/IconButton.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/framework/qml/IconButton.qml b/framework/qml/IconButton.qml
index 8fd8b705..9d312ec9 100644
--- a/framework/qml/IconButton.qml
+++ b/framework/qml/IconButton.qml
@@ -37,7 +37,7 @@ AbstractButton {
37 37
38 ToolTip { 38 ToolTip {
39 id: toolTipItem 39 id: toolTipItem
40 visible: parent.hovered && text != "" 40 visible: root.hovered && text != ""
41 } 41 }
42} 42}
43 43