Unverified Commit bc0f2f07 authored by Don Gagne's avatar Don Gagne Committed by GitHub

Merge pull request #7162 from DonLakeFlyer/SurveySplitPolygon

Survey: Remove Split Polygon support since it causes crashes
parents d69fdb7b 17b29071
...@@ -126,12 +126,15 @@ Rectangle { ...@@ -126,12 +126,15 @@ Rectangle {
onClicked: missionItem.rotateEntryPoint(); onClicked: missionItem.rotateEntryPoint();
} }
/*
Temporarily removed due to bug https://github.com/mavlink/qgroundcontrol/issues/7005
FactCheckBox { FactCheckBox {
text: qsTr("Split concave polygons") text: qsTr("Split concave polygons")
fact: _splitConcave fact: _splitConcave
visible: _splitConcave.visible visible: _splitConcave.visible
property Fact _splitConcave: missionItem.splitConcavePolygons property Fact _splitConcave: missionItem.splitConcavePolygons
} }
*/
FactCheckBox { FactCheckBox {
text: qsTr("Hover and capture image") text: qsTr("Hover and capture image")
......
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