mirror of
https://github.com/YACReader/yacreader
synced 2025-07-14 11:04:25 -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
|
||||
cacheBuffer: 0
|
||||
|
||||
//disable flickable behaviour
|
||||
interactive: false
|
||||
interactive: true
|
||||
|
||||
move: Transition {
|
||||
NumberAnimation { properties: "x,y"; duration: 250 }
|
||||
|
Reference in New Issue
Block a user