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

@@ -185,7 +185,7 @@ Item {
}
}
AutoListView {
ListView {
Layout.fillWidth: true
Layout.fillHeight: true
@@ -197,6 +197,8 @@ Item {
model: sortedRoomListModel
pixelAligned: true
boundsBehavior: Flickable.DragOverBounds
ScrollBar.vertical: ScrollBar {}