From dc5223af11ca6cf7b823573da27c4d6b28be03fa Mon Sep 17 00:00:00 2001 From: dogmaphobic Date: Tue, 13 Oct 2015 14:18:06 -0400 Subject: [PATCH] Work around for pinch zoom bug in Qt (Qt Location) --- src/FlightMap/FlightMap.qml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/src/FlightMap/FlightMap.qml b/src/FlightMap/FlightMap.qml index 58078dc36..aa85a6164 100644 --- a/src/FlightMap/FlightMap.qml +++ b/src/FlightMap/FlightMap.qml @@ -289,4 +289,11 @@ Map { } } */ + + MouseArea { + //-- TODO: Check if this is still needed when we switch to 5.5.1 + //-- Workaround for QTBUG-46388 (Pinch zoom doesn't work without it on mobile) + anchors.fill: parent + } + } // Map -- 2.22.0