Remove ScrollHelper. Scrolling is fixed in Qt upstream.

This commit is contained in:
Black Hat
2019-07-17 16:02:54 +08:00
parent 8e9084d0db
commit 059d8da6b2
7 changed files with 10 additions and 130 deletions

View File

@@ -1,11 +0,0 @@
import QtQuick 2.12
ListView {
pixelAligned: true
ScrollHelper {
anchors.fill: parent
flickable: parent
}
}