Commit a75ec97b authored by DonLakeFlyer's avatar DonLakeFlyer

Correct MissionItemStatus visibility

parent ccd91f7a
...@@ -791,7 +791,7 @@ QGCView { ...@@ -791,7 +791,7 @@ QGCView {
anchors.right: rightPanel.left anchors.right: rightPanel.left
anchors.bottom: parent.bottom anchors.bottom: parent.bottom
missionItems: missionController.visualItems missionItems: missionController.visualItems
//visible: _editingLayer === _layerMission && !ScreenTools.isShortScreen visible: _editingLayer === _layerMission && !ScreenTools.isShortScreen
} }
} // QGCViewPanel } // QGCViewPanel
......
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