Commit 97c23300 authored by Gus Grubba's avatar Gus Grubba

Merge pull request #1980 from dogmaphobic/pinchZoomWorkaround

Work around for pinch zoom bug in Qt (Qt Location)
parents 5f803dd7 84ef7ee2
......@@ -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
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment