summaryrefslogtreecommitdiff
path: root/src/styles/Desktop/ComboBoxStyle.qml
diff options
context:
space:
mode:
Diffstat (limited to 'src/styles/Desktop/ComboBoxStyle.qml')
-rw-r--r--src/styles/Desktop/ComboBoxStyle.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/styles/Desktop/ComboBoxStyle.qml b/src/styles/Desktop/ComboBoxStyle.qml
index 78e52f53..95397641 100644
--- a/src/styles/Desktop/ComboBoxStyle.qml
+++ b/src/styles/Desktop/ComboBoxStyle.qml
@@ -58,7 +58,7 @@ Style {
elementType: "combobox"
sunken: control.pressed
raised: !sunken
- hover: control.__containsMouse
+ hover: control.hovered
enabled: control.enabled
// The style makes sure the text rendering won't overlap the decoration.
// In that case, 35 pixels margin in this case looks good enough. Worst