Browse Source

Fix the scrolling when the cursor is hovering the combobox settings.

Diego Prado Gesto 6 years ago
parent
commit
7215b8081d

+ 0 - 7
resources/qml/Settings/SettingComboBox.qml

@@ -20,13 +20,6 @@ SettingItem
 
         anchors.fill: parent
 
-        MouseArea
-        {
-            anchors.fill: parent
-            acceptedButtons: Qt.NoButton
-            onWheel: wheel.accepted = true
-        }
-
         background: Rectangle
         {
             color:

+ 0 - 7
resources/qml/Settings/SettingExtruder.qml

@@ -71,13 +71,6 @@ SettingItem
 
         currentIndex: propertyProvider.properties.value
 
-        MouseArea
-        {
-            anchors.fill: parent
-            acceptedButtons: Qt.NoButton
-            onWheel: wheel.accepted = true;
-        }
-
         property string color: "#fff"
 
         Binding

+ 0 - 7
resources/qml/Settings/SettingOptionalExtruder.qml

@@ -76,13 +76,6 @@ SettingItem
             when: control.model.items.length > 0
         }
 
-        MouseArea
-        {
-            anchors.fill: parent
-            acceptedButtons: Qt.NoButton
-            onWheel: wheel.accepted = true;
-        }
-
         property string color: "#fff"
 
         Binding