From dbd00af770c0f185affa4e7b5fbe714b99cc422e Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Mon, 28 May 2018 17:09:12 -0700 Subject: [PATCH] Allow vtol to fly alternate transects --- src/PlanView/SurveyItemEditor.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/PlanView/SurveyItemEditor.qml b/src/PlanView/SurveyItemEditor.qml index 42ce7b663..a45619c4f 100644 --- a/src/PlanView/SurveyItemEditor.qml +++ b/src/PlanView/SurveyItemEditor.qml @@ -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 } -- 2.22.0