FIX: auto calibrate sync result

Change-Id: Icd3bf386d2e57b7d23517548dd539eb778ce6d20
This commit is contained in:
liz.li 2023-07-05 16:47:39 +08:00 committed by Lane.Wei
parent fe5312af46
commit d48101887e
4 changed files with 13 additions and 2 deletions

View file

@ -305,7 +305,6 @@ void PressureAdvanceWizard::on_cali_action(wxCommandEvent& evt)
show_step(m_curr_step->next);
}
else if (action == CaliPageActionType::CALI_ACTION_CALI_NEXT) {
(static_cast<CalibrationPASavePage*>(save_step->page))->sync_cali_result(curr_obj);
show_step(m_curr_step->next);
}
else if (action == CaliPageActionType::CALI_ACTION_PREV) {