FIX: modify the disable next button type
Change-Id: If9f6635bb2921bc0479ac51c409181dbcddb0741
This commit is contained in:
parent
5790c82597
commit
35f0a550ad
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue