mirror of
https://git.mirrors.martin98.com/https://github.com/Ultimaker/Cura
synced 2025-08-12 04:29:00 +08:00
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:
commit
4dd0ad6984
@ -20,13 +20,6 @@ SettingItem
|
|||||||
|
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
|
|
||||||
MouseArea
|
|
||||||
{
|
|
||||||
anchors.fill: parent
|
|
||||||
acceptedButtons: Qt.NoButton
|
|
||||||
onWheel: wheel.accepted = true
|
|
||||||
}
|
|
||||||
|
|
||||||
background: Rectangle
|
background: Rectangle
|
||||||
{
|
{
|
||||||
color:
|
color:
|
||||||
|
@ -71,13 +71,6 @@ SettingItem
|
|||||||
|
|
||||||
currentIndex: propertyProvider.properties.value
|
currentIndex: propertyProvider.properties.value
|
||||||
|
|
||||||
MouseArea
|
|
||||||
{
|
|
||||||
anchors.fill: parent
|
|
||||||
acceptedButtons: Qt.NoButton
|
|
||||||
onWheel: wheel.accepted = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
property string color: "#fff"
|
property string color: "#fff"
|
||||||
|
|
||||||
Binding
|
Binding
|
||||||
|
@ -76,13 +76,6 @@ SettingItem
|
|||||||
when: control.model.items.length > 0
|
when: control.model.items.length > 0
|
||||||
}
|
}
|
||||||
|
|
||||||
MouseArea
|
|
||||||
{
|
|
||||||
anchors.fill: parent
|
|
||||||
acceptedButtons: Qt.NoButton
|
|
||||||
onWheel: wheel.accepted = true;
|
|
||||||
}
|
|
||||||
|
|
||||||
property string color: "#fff"
|
property string color: "#fff"
|
||||||
|
|
||||||
Binding
|
Binding
|
||||||
|
Loading…
x
Reference in New Issue
Block a user