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:
@@ -118,10 +118,8 @@ ListView {
|
||||
}
|
||||
|
||||
|
||||
HScrollMouseArea {
|
||||
HTrackpadFix {
|
||||
id: mouseArea
|
||||
anchors.fill: parent
|
||||
acceptedButtons: Qt.NoButton
|
||||
flickable: listView
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user