Browse Source

Allow vtol to fly alternate transects

QGC4.4
DonLakeFlyer 7 years ago
parent
commit
dbd00af770
  1. 2
      src/PlanView/SurveyItemEditor.qml

2
src/PlanView/SurveyItemEditor.qml

@ -133,7 +133,7 @@ Rectangle { @@ -133,7 +133,7 @@ Rectangle {
FactCheckBox {
text: qsTr("Fly alternate transects")
fact: missionItem.flyAlternateTransects
visible: _vehicle.fixedWing
visible: _vehicle.fixedWing || _vehicle.vtol
Layout.columnSpan: 2
}

Loading…
Cancel
Save