From b3c923aaf3482a3bd00f0c42e4533d3e1b500f9c Mon Sep 17 00:00:00 2001 From: DonLakeFlyer Date: Wed, 11 Dec 2019 10:21:34 +0300 Subject: [PATCH] Can't hide fly through commands --- src/PlanView/MissionItemEditor.qml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/PlanView/MissionItemEditor.qml b/src/PlanView/MissionItemEditor.qml index 870edd678..4b14cdcf1 100644 --- a/src/PlanView/MissionItemEditor.qml +++ b/src/PlanView/MissionItemEditor.qml @@ -242,7 +242,8 @@ Rectangle { MissionCommandDialog { missionItem: _root.missionItem map: _root.map - flyThroughCommandsAllowed: _missionController.flyThroughCommandsAllowed + // FIXME: Disabling fly through commands doesn't work since you may need to change from an RTL to something else + flyThroughCommandsAllowed: true //_missionController.flyThroughCommandsAllowed } } -- 2.22.0