From 8b383480a25cce25a70df9ee37cf0f92c6f2e32c Mon Sep 17 00:00:00 2001 From: Michal Klocek Date: Fri, 29 May 2015 12:16:10 +0200 Subject: Workaround for pinch in 'places' example Task-number: QTBUG-46388 Change-Id: I4ba1eb18d86f92a9dd89c4b96a0ba963dc13493c Reviewed-by: Alex Blasche --- examples/location/places/items/MapComponent.qml | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'examples') 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 + } } -- cgit v1.2.3