diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index bb16c8a1218021d7c5bc04b6c6d70f88830cd28c..183dc259e000d7d0699846b569c4771942e56abf 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -126,12 +126,15 @@ Rectangle { onClicked: missionItem.rotateEntryPoint(); } + /* + Temporarily removed due to bug https://github.com/mavlink/qgroundcontrol/issues/7005 FactCheckBox { text: qsTr("Split concave polygons") fact: _splitConcave visible: _splitConcave.visible property Fact _splitConcave: missionItem.splitConcavePolygons } + */ FactCheckBox { text: qsTr("Hover and capture image")