Improve the ordering of Flickable dragging and moving property updates.
authorAndrew den Exter <andrew.den.exter@jollamobile.com>
Tue, 5 Mar 2013 07:56:21 +0000 (17:56 +1000)
committerThe Qt Project <gerrit-noreply@qt-project.org>
Mon, 11 Mar 2013 23:43:33 +0000 (00:43 +0100)
commit1f6d469df21352eedb01e265eecb0b98b0148d3a
tree59190239b1da60d3d4bf090ade30f25bb12c3c87
parent8325f2dead9b5257113d260ab673d51f8891f097
Improve the ordering of Flickable dragging and moving property updates.

Move the contentItem after the dragging and moving properties have been
updated so they return the correct values from the onContentYChanged
and onContentXChanged handlers.

Task-number: QTBUG-30032
Change-Id: I15716dc8eee4d9836f96362a8b49f1d0c404b0c2
Reviewed-by: Alan Alpert <aalpert@blackberry.com>
src/quick/items/qquickflickable.cpp
tests/auto/quick/qquickflickable/data/flickable03.qml
tests/auto/quick/qquickflickable/tst_qquickflickable.cpp