aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual/pointer/joystick.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/manual/pointer/joystick.qml')
-rw-r--r--tests/manual/pointer/joystick.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/joystick.qml b/tests/manual/pointer/joystick.qml
index 7959eaea42..bcc4564471 100644
--- a/tests/manual/pointer/joystick.qml
+++ b/tests/manual/pointer/joystick.qml
@@ -58,7 +58,7 @@ Rectangle {
}
states: [
State {
- when: dragHandler.dragging
+ when: dragHandler.active
AnchorChanges {
target: knob
anchors.horizontalCenter: undefined