Commit f2f1a0d5 authored by Don Gagne's avatar Don Gagne

Fix z-order

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