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:
Luis Ángel San Martín 2022-09-03 23:53:58 +02:00
parent 102396e6cb
commit 91909f748d

View File

@ -707,8 +707,7 @@ Rectangle {
currentIndex: 0
cacheBuffer: 0
//disable flickable behaviour
interactive: false
interactive: true
move: Transition {
NumberAnimation { properties: "x,y"; duration: 250 }