mirror of
https://github.com/YACReader/yacreader
synced 2025-05-28 03:10:27 -04:00
Reenable flickable behavior in the GridView
Touchpads aren't properly mapped to the wheelhandler in qt 5.15, there is a fix in Qt6
This commit is contained in:
parent
102396e6cb
commit
91909f748d
@ -707,8 +707,7 @@ Rectangle {
|
|||||||
currentIndex: 0
|
currentIndex: 0
|
||||||
cacheBuffer: 0
|
cacheBuffer: 0
|
||||||
|
|
||||||
//disable flickable behaviour
|
interactive: true
|
||||||
interactive: false
|
|
||||||
|
|
||||||
move: Transition {
|
move: Transition {
|
||||||
NumberAnimation { properties: "x,y"; duration: 250 }
|
NumberAnimation { properties: "x,y"; duration: 250 }
|
||||||
|
Loading…
Reference in New Issue
Block a user