Browse Source

Bugfix current monitor pin selection indexModel in APM power setup

QGC4.4
Jacob Walser 7 years ago
parent
commit
ab91616cc6
  1. 1
      src/AutoPilotPlugins/APM/APMPowerComponent.qml

1
src/AutoPilotPlugins/APM/APMPowerComponent.qml

@ -269,6 +269,7 @@ SetupPage { @@ -269,6 +269,7 @@ SetupPage {
FactComboBox {
Layout.minimumWidth: _fieldWidth
fact: battCurrPin
indexModel: false
visible: _showAdvanced
}

Loading…
Cancel
Save