Unverified Commit c976e144 authored by Gus Grubba's avatar Gus Grubba Committed by GitHub

Merge pull request #8342 from mavlink/pr-fix-random-rects

Work around for random rectangles over maps
parents f65bf438 03eb407b
......@@ -30,6 +30,9 @@ Map {
gesture.flickDeceleration: 3000
plugin: Plugin { name: "QGroundControl" }
// https://bugreports.qt.io/browse/QTBUG-82185
opacity: 0.99
property string mapName: 'defaultMap'
property bool isSatelliteMap: activeMapType.name.indexOf("Satellite") > -1 || activeMapType.name.indexOf("Hybrid") > -1
property var gcsPosition: QGroundControl.qgcPositionManger.gcsPosition
......
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