fix clunky scrolling behavior on flickables

This commit is contained in:
thotbot
2019-12-16 20:52:50 +00:00
parent 46227bdad0
commit 94561ed2a6
4 changed files with 4 additions and 0 deletions

View File

@@ -125,6 +125,7 @@ Rectangle {
id: flickable
anchors.fill: parent
ScrollBar.vertical: ScrollBar { }
boundsBehavior: isMac ? Flickable.DragAndOvershootBounds : Flickable.StopAtBounds
TextArea.flickable: TextArea {
id: dialogContent