Github actions test for calibration crash
This commit is contained in:
parent
4ae7b31a48
commit
3f7fb99f58
@ -648,7 +648,7 @@ void Calibration::edit()
|
||||
QObject::connect(action, &QAction::triggered, [=](){
|
||||
auto newMeas = newMeasurement(t);
|
||||
if(newMeas) {
|
||||
measurements.push_back(newMeas);
|
||||
// measurements.push_back(newMeas);
|
||||
updateMeasurementTable();
|
||||
}
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user