aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--tests/auto/quick/qquickflickable/tst_qquickflickable.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
index 59b54e7ba5..33e753df57 100644
--- a/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
+++ b/tests/auto/quick/qquickflickable/tst_qquickflickable.cpp
@@ -1532,9 +1532,9 @@ void tst_qquickflickable::stopAtBounds()
flickable->setContentX(invert ? 100 : 0);
}
if (invert)
- flick(&view, QPoint(20,20), QPoint(100,100), 100);
+ flick(&view, QPoint(20,20), QPoint(120,120), 100);
else
- flick(&view, QPoint(100,100), QPoint(20,20), 100);
+ flick(&view, QPoint(120,120), QPoint(20,20), 100);
QVERIFY(flickable->isFlicking());
if (transpose) {