aboutsummaryrefslogtreecommitdiffstats
path: root/tests/manual
diff options
context:
space:
mode:
authorShawn Rutledge <shawn.rutledge@qt.io>2017-01-20 11:41:23 +0100
committerShawn Rutledge <shawn.rutledge@qt.io>2017-02-16 18:54:34 +0000
commit7042cfd9cb1b552c5fd753b6912439ce604eb1a0 (patch)
treebf9fe8a1e397b7748c45599383356dd45d4892e6 /tests/manual
parent87e74766d33bf364e42839d73e6b8b5e9cd39a07 (diff)
allow stealing grab from handlers; notify passive grabbers when stolen
Now if a Button with a TapHandler is pressed and has only a passive grab, Flickable can take the exclusive grab, and it notifies the TapHandler so that the button can go back to released state. This reverts parts of commit e2fd141372335f917c2d216051abb00d8b15f87c such that more of tst_PointerHandlers is working the same as it was before we started adding the passive grab concept. Change-Id: I88970716fcbbfb066a313fcefb233cf9263da944 Reviewed-by: Jan Arve Sæther <jan-arve.saether@qt.io>
Diffstat (limited to 'tests/manual')
-rw-r--r--tests/manual/pointer/flickableWithHandlers.qml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/manual/pointer/flickableWithHandlers.qml b/tests/manual/pointer/flickableWithHandlers.qml
index 59e8661aac..822ca7dc8a 100644
--- a/tests/manual/pointer/flickableWithHandlers.qml
+++ b/tests/manual/pointer/flickableWithHandlers.qml
@@ -44,7 +44,7 @@ import "content"
Rectangle {
id: root
- width: 300
+ width: 400
height: 400
objectName: "root"
color: "#222222"