Revert "Remove ScrollHelper. Scrolling is fixed in Qt upstream."

This reverts commit 059d8da6b2
This commit is contained in:
Black Hat
2019-07-17 10:02:50 +00:00
parent 059d8da6b2
commit 9c8d77abdb
7 changed files with 130 additions and 10 deletions

View File

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