Skip to content
Snippets Groups Projects
Commit 03eb407b authored by Gus Grubba's avatar Gus Grubba
Browse files

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

parent f65bf438
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment