From eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719 Mon Sep 17 00:00:00 2001 From: Martin Jones Date: Wed, 18 Nov 2009 14:58:37 +1000 Subject: Make sure pathview flicks go through event filter path also. --- tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml b/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml index 1ffbe15..70018b6 100644 --- a/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml +++ b/tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml @@ -21,6 +21,8 @@ Rectangle { id: wrapper width: 85; height: 85; color: lColor scale: wrapper.PathView.scale + + MouseRegion { anchors.fill: parent } transform: Rotation { id: itemRotation; origin.x: wrapper.width/2; origin.y: wrapper.height/2 -- cgit v0.12