Commit 28279897 authored by Jacob Walser's avatar Jacob Walser

Bugfix for factcomboboxes on Sub safety page

parent 11d8aaf3
......@@ -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
}
}
......
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