Skip to content
Snippets Groups Projects
Commit c5444ebb authored by Don Gagne's avatar Don Gagne
Browse files

Cancel calibration re-enables Next button

parent 74274919
Branches
No related tags found
No related merge requests found
......@@ -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);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment