Improve trackpad fix

- Add it to remaining components
- Do not use Timer, as flickDeceleration from
  Flickable is more performant
- Add a setting option for it: useTrackpadFix
This commit is contained in:
vslg
2020-05-15 20:32:44 -03:00
parent b179480327
commit f72544e3d0
5 changed files with 33 additions and 36 deletions

View File

@@ -118,10 +118,8 @@ ListView {
}
HScrollMouseArea {
HTrackpadFix {
id: mouseArea
anchors.fill: parent
acceptedButtons: Qt.NoButton
flickable: listView
}
}