[pc3/scrollview] Remove pixelAligned
This is severly breaking touch scrolling. The view gets stuck during overshoot and doesn't go back to the target position.
This commit is contained in:
parent
8b7b4f74c6
commit
dc7d0f5b85
@ -48,7 +48,6 @@ T.ScrollView {
|
||||
readonly property Flickable flickableItem: controlRoot.contentItem
|
||||
onFlickableItemChanged: {
|
||||
flickableItem.clip = true;
|
||||
flickableItem.pixelAligned = true;
|
||||
}
|
||||
parent: controlRoot
|
||||
x: controlRoot.mirrored ? 0 : controlRoot.width - width
|
||||
|
Loading…
Reference in New Issue
Block a user