diff options
author | Martin Jones <martin.jones@nokia.com> | 2009-11-18 04:58:37 (GMT) |
---|---|---|
committer | Martin Jones <martin.jones@nokia.com> | 2009-11-18 04:58:37 (GMT) |
commit | eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719 (patch) | |
tree | f7cc4f6dca422c63a4b9242f91fded54e763fb5c /tests/auto/declarative/visual/qmlgraphicspathview | |
parent | a8fedac7834029c80ffc2baaecf6aebef2e51c47 (diff) | |
download | Qt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.zip Qt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.tar.gz Qt-eaa5d6d945b5bcab2cbdce01a0780ccdadbd2719.tar.bz2 |
Make sure pathview flicks go through event filter path also.
Diffstat (limited to 'tests/auto/declarative/visual/qmlgraphicspathview')
-rw-r--r-- | tests/auto/declarative/visual/qmlgraphicspathview/test-pathview.qml | 2 |
1 files changed, 2 insertions, 0 deletions
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 |