diff --git a/src/AutoPilotPlugins/PX4/SafetyComponent.qml b/src/AutoPilotPlugins/PX4/SafetyComponent.qml index 58e79135a552986ea84928bfed3c77721d1ef134..c903fd0ba861432d60f1b09a66e0ebcf12fc4fd8 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