summaryrefslogtreecommitdiff
path: root/examples/location
diff options
context:
space:
mode:
authorMichal Klocek <michal.klocek@theqtcompany.com>2015-05-29 12:16:10 +0200
committerAlex Blasche <alexander.blasche@theqtcompany.com>2015-05-29 12:10:05 +0000
commit8b383480a25cce25a70df9ee37cf0f92c6f2e32c (patch)
tree338d4cd7ce0303ade96c509955de98ee6fa8f7bc /examples/location
parent5447b4b29a0d0e931ca759eab4da333d32e77aff (diff)
downloadqtlocation-8b383480a25cce25a70df9ee37cf0f92c6f2e32c.tar.gz
Workaround for pinch in 'places' example
Task-number: QTBUG-46388 Change-Id: I4ba1eb18d86f92a9dd89c4b96a0ba963dc13493c Reviewed-by: Alex Blasche <alexander.blasche@theqtcompany.com>
Diffstat (limited to 'examples/location')
-rw-r--r--examples/location/places/items/MapComponent.qml5
1 files changed, 5 insertions, 0 deletions
diff --git a/examples/location/places/items/MapComponent.qml b/examples/location/places/items/MapComponent.qml
index de4e04a7..ccf1415d 100644
--- a/examples/location/places/items/MapComponent.qml
+++ b/examples/location/places/items/MapComponent.qml
@@ -211,4 +211,9 @@ Map {
map.zoomLevel = value
}
}
+
+ MouseArea {
+ //workaround for QTBUG-46388
+ anchors.fill: parent
+ }
}