Fix Utils.flickToBottom()
This commit is contained in:
parent
2cb64c5346
commit
705fb31f88
|
@ -303,7 +303,7 @@ QtObject {
|
||||||
if (! flickable.interactive && flickable.allowDragging) return
|
if (! flickable.interactive && flickable.allowDragging) return
|
||||||
if (flickable.visibleArea.yPosition < 0) return
|
if (flickable.visibleArea.yPosition < 0) return
|
||||||
|
|
||||||
flickable.contentY = flickTarget.contentHeight - flickTarget.height
|
flickable.contentY = flickable.contentHeight - flickable.height
|
||||||
flickable.returnToBounds()
|
flickable.returnToBounds()
|
||||||
flickable.flick(0, 100)
|
flickable.flick(0, 100)
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user