flip wheel up/down behavior
This commit is contained in:
parent
e0598f1489
commit
47bd296058
@ -85,7 +85,7 @@ Item {
|
|||||||
MouseEventListener {
|
MouseEventListener {
|
||||||
anchors.fill: parent
|
anchors.fill: parent
|
||||||
onWheelMoved: {
|
onWheelMoved: {
|
||||||
if (wheel.delta > 0) {
|
if (wheel.delta < 0) {
|
||||||
goNextTab()
|
goNextTab()
|
||||||
} else {
|
} else {
|
||||||
goPreviousTab()
|
goPreviousTab()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user