1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2024-12-03 11:24:10 +01:00

uncrustification

This commit is contained in:
Corvus Corax 2014-01-22 18:30:30 +01:00
parent 6ce7907cd3
commit 59b50ee84e
3 changed files with 20 additions and 19 deletions

View File

@ -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);