mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-11-29 07:24:13 +01:00
OP-1685 Simple fix to disabled link buttons.
This commit is contained in:
parent
9701cbca84
commit
a249415ffa
@ -290,6 +290,7 @@ void OutputChannelForm::setChannelRange()
|
||||
ui.actuatorMax->setEnabled(true);
|
||||
ui.actuatorNeutral->setEnabled(true);
|
||||
ui.actuatorValue->setEnabled(true);
|
||||
ui.actuatorLink->setEnabled(true);
|
||||
} else {
|
||||
ui.actuatorMin->setEnabled(false);
|
||||
ui.actuatorMax->setEnabled(false);
|
||||
|
Loading…
Reference in New Issue
Block a user