Browse Source

Fix mouseover highlight of checkbox settings

CURA-1278
fieldOfView 8 years ago
parent
commit
7d65475bf9
1 changed files with 1 additions and 0 deletions
  1. 1 0
      resources/qml/Settings/SettingCheckBox.qml

+ 1 - 0
resources/qml/Settings/SettingCheckBox.qml

@@ -16,6 +16,7 @@ SettingItem
     {
         id: control
         anchors.fill: parent
+        hoverEnabled: true
 
         property bool checked:
         {