From ab91616cc659aa8e5ab1d74a95e2ee818732dfd8 Mon Sep 17 00:00:00 2001 From: Jacob Walser Date: Fri, 27 Oct 2017 14:26:36 -0400 Subject: [PATCH] Bugfix current monitor pin selection indexModel in APM power setup --- src/AutoPilotPlugins/APM/APMPowerComponent.qml | 1 + 1 file changed, 1 insertion(+) diff --git a/src/AutoPilotPlugins/APM/APMPowerComponent.qml b/src/AutoPilotPlugins/APM/APMPowerComponent.qml index 7eb8505f6..e4c6ac0d2 100644 --- a/src/AutoPilotPlugins/APM/APMPowerComponent.qml +++ b/src/AutoPilotPlugins/APM/APMPowerComponent.qml @@ -269,6 +269,7 @@ SetupPage { FactComboBox { Layout.minimumWidth: _fieldWidth fact: battCurrPin + indexModel: false visible: _showAdvanced } -- 2.22.0