FIX: enable the editing status while enter prepare mode
jira: [STUDIO-11566] Change-Id: Ia9372035b25819f9540dd1a837895cf3e8882741
This commit is contained in:
parent
b80acdedff
commit
8c4c216c67
|
@ -965,6 +965,7 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
|
||||||
void SelectMachineDialog::prepare_mode(bool refresh_button)
|
void SelectMachineDialog::prepare_mode(bool refresh_button)
|
||||||
{
|
{
|
||||||
Enable_Auto_Refill(true);
|
Enable_Auto_Refill(true);
|
||||||
|
EnableEditing(true);
|
||||||
show_print_failed_info(false);
|
show_print_failed_info(false);
|
||||||
|
|
||||||
m_is_in_sending_mode = false;
|
m_is_in_sending_mode = false;
|
||||||
|
|
Loading…
Reference in New Issue