diff --git a/src/PlanView/PlanView.qml b/src/PlanView/PlanView.qml index d22dc46e3d57fd9ee3fe55a31c446a1d1eaa8424..c7a950531fe0a78cf10cbcbfb7471dbf45d8eb3c 100644 --- a/src/PlanView/PlanView.qml +++ b/src/PlanView/PlanView.qml @@ -791,7 +791,7 @@ QGCView { anchors.right: rightPanel.left anchors.bottom: parent.bottom missionItems: missionController.visualItems - //visible: _editingLayer === _layerMission && !ScreenTools.isShortScreen + visible: _editingLayer === _layerMission && !ScreenTools.isShortScreen } } // QGCViewPanel