mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 11:23:42 +00:00
FIX: should not show timelapse warning when hide timelapse item
jira: STUDIO-11006 Change-Id: I4683f2c0f15e07731407c9609fda927b594eeb99 (cherry picked from commit 8e0bfca31ebbebd0ef337ea6d356210426826f86)
This commit is contained in:
@@ -1043,6 +1043,10 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
|
|||||||
else
|
else
|
||||||
{
|
{
|
||||||
m_checkbox_list["timelapse"]->Hide();
|
m_checkbox_list["timelapse"]->Hide();
|
||||||
|
m_checkbox_list["timelapse"]->setValue("off");
|
||||||
|
AppConfig *config = wxGetApp().app_config;
|
||||||
|
if (config)
|
||||||
|
config->set_str("print", "timelapse", "0");
|
||||||
}
|
}
|
||||||
|
|
||||||
Layout();
|
Layout();
|
||||||
|
|||||||
Reference in New Issue
Block a user