Remove ScrollHelper. Scrolling is fixed in Qt upstream.
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
import QtQuick 2.12
|
||||
|
||||
ListView {
|
||||
pixelAligned: true
|
||||
|
||||
ScrollHelper {
|
||||
anchors.fill: parent
|
||||
|
||||
flickable: parent
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user