diff --git a/src/ui/QGCPX4VehicleConfig.cc b/src/ui/QGCPX4VehicleConfig.cc index 11e41225e117d85bac5f66668038ce4099c24fef..826164835161b2d811317c807fce43ce3c009e59 100644 --- a/src/ui/QGCPX4VehicleConfig.cc +++ b/src/ui/QGCPX4VehicleConfig.cc @@ -649,6 +649,9 @@ void QGCPX4VehicleConfig::stopCalibrationRC() QMessageBox::information(0,"Uploading the RC Calibration","The configuration will now be uploaded and permanently stored."); writeCalibrationRC(); } + + // Read calibration back to update widget states and validate + paramMgr->requestParameterList(); } void QGCPX4VehicleConfig::loadQgcConfig(bool primary)