Commit 71b9b3d7 authored by Daniel Agar's avatar Daniel Agar

PX4 safety hide _landSpeedMC for FW

parent 4656294b
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment