Merge pull request #4159 from Ultimaker/fix_settings_scrolling

Fix the scrolling when the cursor is hovering the combobox settings
This commit is contained in:
jack 2018-07-30 14:28:47 +02:00 committed by GitHub
commit 4dd0ad6984
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 0 additions and 21 deletions

View file

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

View file

@ -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

View file

@ -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