Commit c5444ebb authored by Don Gagne's avatar Don Gagne

Cancel calibration re-enables Next button

parent 74274919
......@@ -973,6 +973,7 @@ void PX4RCCalibration::_stopCalibration(void)
_ui->rcCalStatus->clear();
_ui->rcCalNext->setText(tr("Calibrate"));
_ui->rcCalNext->setEnabled(true);
_ui->rcCalCancel->setEnabled(false);
_ui->rcCalSkip->setEnabled(false);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment