ENH: hide select timelapse widget
Change-Id: I916644ff07f0578d80a1efac6f8cc075b56291c0
This commit is contained in:
parent
6f13d5cbf4
commit
095243eff3
|
@ -1265,7 +1265,8 @@ void SelectMachineDialog::update_select_layout(MachineObject *obj)
|
|||
|
||||
if (obj && obj->is_function_supported(PrinterFunction::FUNC_TIMELAPSE)
|
||||
&& obj->is_support_print_with_timelapse()) {
|
||||
select_timelapse->Show();
|
||||
//always hide timelapse
|
||||
select_timelapse->Hide();
|
||||
} else {
|
||||
select_timelapse->Hide();
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue