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

This commit is contained in:
Diego Prado Gesto 2018-07-30 13:08:13 +02:00
parent b4b7afcef3
commit 7215b8081d
3 changed files with 0 additions and 21 deletions

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