diff --git a/src/FlightMap/FlightMap.qml b/src/FlightMap/FlightMap.qml index 58078dc36e1e97d621eded876b4d65b7640abae9..aa85a616430ad1a8d798f04104c1953557f17094 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