Browse Source

Remove Split Polygon support since it causes crashes

QGC4.4
Don Gagne 6 years ago
parent
commit
17b290719f
  1. 3
      src/PlanView/SurveyItemEditor.qml

3
src/PlanView/SurveyItemEditor.qml

@ -126,12 +126,15 @@ Rectangle { @@ -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")

Loading…
Cancel
Save