mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 06:57:36 -06:00
Fix crashes caused by self destructed splash screen.
This commit is contained in:
parent
c7bf364f9c
commit
3b34c5df8f
2 changed files with 5 additions and 283 deletions
|
@ -319,13 +319,6 @@ void ConfigManipulation::update_print_fff_config(DynamicPrintConfig* config, con
|
|||
new_conf.set_key_value("spiral_mode", new ConfigOptionBool(false));
|
||||
}
|
||||
apply(config, &new_conf);
|
||||
if (cb_value_change) {
|
||||
cb_value_change("sparse_infill_density", sparse_infill_density);
|
||||
int timelapse_type_int = (int)timelapse_type;
|
||||
cb_value_change("timelapse_type", timelapse_type_int);
|
||||
if (!support)
|
||||
cb_value_change("enable_support", false);
|
||||
}
|
||||
is_msg_dlg_already_exist = false;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue