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