diff --git a/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml b/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml index 5ea354841356998442d62f775bcc6a1b08e2627f..9c52761c0f0d6a6bb9d42bc983dba21fb760a525 100644 --- a/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml +++ b/src/AutoPilotPlugins/APM/APMSafetyComponentSub.qml @@ -135,6 +135,7 @@ SetupPage { visible: leakEnableCombo.currentIndex != 0 anchors.baseline: leakEnableCombo.baseline fact: _failsafeLeakPin + indexModel: false } QGCLabel { @@ -149,6 +150,7 @@ SetupPage { visible: leakEnableCombo.currentIndex != 0 anchors.baseline: leakEnableCombo.baseline fact: _failsafeLeakLogic + indexModel: false } }