aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/photosurface.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/pointer/photosurface.qml')
-rw-r--r--tests/manual/pointer/photosurface.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/photosurface.qml b/tests/manual/pointer/photosurface.qml
index 6601909a37..a2e8b2aede 100644
--- a/tests/manual/pointer/photosurface.qml
+++ b/tests/manual/pointer/photosurface.qml
@@ -110,7 +110,7 @@ Rectangle {
id: dragHandler
onActiveChanged: {
if (!active)
- anim.restart(velocity)
+ anim.restart(point.velocity)
}
}