mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2026-02-22 20:42:34 -07:00
FIX: call layout
jira: [STUDIO-10411] Change-Id: I91027ad47ff83315f0143f1737a7342d6ed30746 (cherry picked from commit eba2d94a53befa79b4c980cfa83e896c58a1f486)
This commit is contained in:
parent
155d42bb0e
commit
1308559993
1 changed files with 2 additions and 0 deletions
|
|
@ -886,6 +886,7 @@ void SelectMachineDialog::init_bind()
|
|||
m_print_plate_idx--;
|
||||
update_page_turn_state(true);
|
||||
set_default_from_sdcard();
|
||||
Layout();
|
||||
}
|
||||
});
|
||||
|
||||
|
|
@ -894,6 +895,7 @@ void SelectMachineDialog::init_bind()
|
|||
m_print_plate_idx++;
|
||||
update_page_turn_state(true);
|
||||
set_default_from_sdcard();
|
||||
Layout();
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue