FIX: enable the editing status while enter prepare mode

jira: [STUDIO-11566]
Change-Id: Ia9372035b25819f9540dd1a837895cf3e8882741
(cherry picked from commit 8c4c216c67d17d4cb550c2e844da38bfaa7cb89b)
This commit is contained in:
xin.zhang 2025-04-14 15:01:38 +08:00 committed by Noisyfox
parent c61ba747f9
commit 0d37c60cd3

View file

@ -965,6 +965,7 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
void SelectMachineDialog::prepare_mode(bool refresh_button)
{
Enable_Auto_Refill(true);
EnableEditing(true);
show_print_failed_info(false);
m_is_in_sending_mode = false;