[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:
Nicolas Fella 2020-11-10 12:13:34 +01:00
parent 8b7b4f74c6
commit dc7d0f5b85

View File

@ -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