From ec9b380389565b9aadbe1fbf669fe77625d5105e Mon Sep 17 00:00:00 2001 From: Laurent Lalanne Date: Sat, 21 Feb 2015 22:58:31 +0100 Subject: [PATCH] OP-1737 Only enable active outputs --- ground/openpilotgcs/src/plugins/config/outputchannelform.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ground/openpilotgcs/src/plugins/config/outputchannelform.cpp b/ground/openpilotgcs/src/plugins/config/outputchannelform.cpp index a57a7126e..6ab6d3405 100644 --- a/ground/openpilotgcs/src/plugins/config/outputchannelform.cpp +++ b/ground/openpilotgcs/src/plugins/config/outputchannelform.cpp @@ -126,7 +126,7 @@ void OutputChannelForm::enableChannelTest(bool state) ui.actuatorMin->setEnabled(false); ui.actuatorMax->setEnabled(false); ui.actuatorRev->setEnabled(false); - } else { + } else if (m_mixerType != "Disabled"){ ui.actuatorMin->setEnabled(true); ui.actuatorMax->setEnabled(true); if (m_mixerType != "Motor") {