summaryrefslogtreecommitdiff
path: root/tests/auto/declarative_ui/tst_map_mouse.qml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/declarative_ui/tst_map_mouse.qml')
-rw-r--r--tests/auto/declarative_ui/tst_map_mouse.qml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/auto/declarative_ui/tst_map_mouse.qml b/tests/auto/declarative_ui/tst_map_mouse.qml
index 189b7c7b..a8bff2e8 100644
--- a/tests/auto/declarative_ui/tst_map_mouse.qml
+++ b/tests/auto/declarative_ui/tst_map_mouse.qml
@@ -126,6 +126,8 @@ Item {
property bool lastIsClick: false
property bool lastAccepted: false;
+ preventStealing: true
+
// The following signal handlers use arguments[0] instead of mouse due to QTBUG-36560
onClicked: page.setMouseData(mouseUpper, arguments[0])
onDoubleClicked: page.setMouseData(mouseUpper, arguments[0])