From 7215b8081d64d724ace6967f096c9334eddff556 Mon Sep 17 00:00:00 2001 From: Diego Prado Gesto Date: Mon, 30 Jul 2018 13:08:13 +0200 Subject: [PATCH] Fix the scrolling when the cursor is hovering the combobox settings. --- resources/qml/Settings/SettingComboBox.qml | 7 ------- resources/qml/Settings/SettingExtruder.qml | 7 ------- resources/qml/Settings/SettingOptionalExtruder.qml | 7 ------- 3 files changed, 21 deletions(-) diff --git a/resources/qml/Settings/SettingComboBox.qml b/resources/qml/Settings/SettingComboBox.qml index 5462c26398..5d283d5ebb 100644 --- a/resources/qml/Settings/SettingComboBox.qml +++ b/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: diff --git a/resources/qml/Settings/SettingExtruder.qml b/resources/qml/Settings/SettingExtruder.qml index 83f06ebc5f..4c00a60d0e 100644 --- a/resources/qml/Settings/SettingExtruder.qml +++ b/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 diff --git a/resources/qml/Settings/SettingOptionalExtruder.qml b/resources/qml/Settings/SettingOptionalExtruder.qml index db79468315..2d4f25125f 100644 --- a/resources/qml/Settings/SettingOptionalExtruder.qml +++ b/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