Commit 03eb407b authored by Gus Grubba's avatar Gus Grubba

Work around for random rectangles over maps when using some QtQuick.Controls 2.x controls.

parent f65bf438
......@@ -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