From 71b9b3d73d70b015b6b469a9785160488f6ad557 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Tue, 24 May 2016 15:47:03 -0400 Subject: [PATCH] PX4 safety hide _landSpeedMC for FW --- src/AutoPilotPlugins/PX4/SafetyComponent.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index 58e79135a5..c903fd0ba8 100644 --- a/src/AutoPilotPlugins/PX4/SafetyComponent.qml +++ b/src/AutoPilotPlugins/PX4/SafetyComponent.qml @@ -490,7 +490,7 @@ QGCView { spacing: _margins * 0.5 anchors.verticalCenter: parent.verticalCenter Row { - visible: _landSpeedMC !== -1 + visible: !controller.vehicle.fixedWing && (_landSpeedMC !== -1) QGCLabel { anchors.baseline: landVelField.baseline width: _middleRowWidth -- GitLab