aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/quick/qquickmousearea/data/setDragOnPressed.qml
Commit message (Collapse)AuthorAgeFilesLines
* Fix setting drag properties in mousePress.Andrew den Exter2012-05-141-0/+18
Cache the dragX and dragY properties after the onPressed signal has been emitted to allow for deferred creation of the drag object or changes to the axis property in the handler. Change-Id: If154e661359c82e957fcf0cbc11ccc1f75bee919 Reviewed-by: Martin Jones <martin.jones@nokia.com>