1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-19 09:54:15 +01:00

OP-39 Minor fixes

This commit is contained in:
Fredrik Arvidsson 2012-09-11 20:05:07 +02:00
parent 7d7d1644bc
commit a5335a0ace

View File

@ -198,7 +198,6 @@ void OutputCalibrationPage::setWizardPage()
}
}
setupVehicleHighlightedPart();
QApplication::processEvents();
}
void OutputCalibrationPage::initializePage()
@ -316,7 +315,7 @@ void OutputCalibrationPage::on_motorNeutralSlider_valueChanged(int value)
void OutputCalibrationPage::on_motorMaxButton_toggled(bool checked)
{
ui->motorNeutralButton->setText(checked ? tr("Stop") : tr("Start"));
ui->motorMaxButton->setText(checked ? tr("Stop") : tr("Start"));
quint16 channel = getCurrentChannel();
onStartButtonToggle(ui->motorMaxButton, channel, m_actuatorSettings[channel].channelMax, 1000, ui->motorMaxSlider);
}