mirror of
https://github.com/YACReader/yacreader
synced 2025-07-18 04:54:29 -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:
@ -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 }
|
||||||
|
Reference in New Issue
Block a user