Commit f2f1a0d5 authored by Don Gagne's avatar Don Gagne

Fix z-order

parent b25cde07
......@@ -169,7 +169,6 @@ FlightMap {
anchors.rightMargin: ScreenTools.defaultFontPixelHeight * (0.33)
anchors.bottom: parent.bottom
anchors.right: parent.right
z: QGroundControl.zOrderWidgets
mapControl: flightMap
visible: !ScreenTools.isTinyScreen
}
......
......@@ -1054,7 +1054,6 @@ QGCView {
anchors.margins: ScreenTools.defaultFontPixelHeight * (0.66)
anchors.bottom: waypointValuesDisplay.visible ? waypointValuesDisplay.top : parent.bottom
anchors.left: parent.left
z: QGroundControl.zOrderWidgets
mapControl: editorMap
visible: !ScreenTools.isTinyScreen
}
......
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