mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2024-12-03 11:24:10 +01:00
uncrustification
This commit is contained in:
parent
6ce7907cd3
commit
59b50ee84e
@ -91,6 +91,7 @@ void InputChannelForm::minMaxUpdated()
|
||||
void InputChannelForm::neutralUpdated()
|
||||
{
|
||||
int neutralValue = ui->neutralValue->value();
|
||||
|
||||
if (ui->channelRev->isChecked()) {
|
||||
if (neutralValue > ui->channelMin->value()) {
|
||||
ui->channelMin->setValue(neutralValue);
|
||||
|
Loading…
Reference in New Issue
Block a user