FIX: modify the disable next button type

Change-Id: If9f6635bb2921bc0479ac51c409181dbcddb0741
This commit is contained in:
zhimin.zeng 2023-07-07 17:04:46 +08:00 committed by Lane.Wei
parent 5790c82597
commit 35f0a550ad
1 changed files with 1 additions and 1 deletions

View File

@ -146,7 +146,7 @@ void CalibrationCaliPage::update(MachineObject* obj)
m_is_between_start_and_running = false;
if (m_is_between_start_and_running) {
reset_printing_values();
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_NEXT, false);
m_action_panel->enable_button(CaliPageActionType::CALI_ACTION_CALI_NEXT, false);
return;
}