mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-19 19:33:47 +00:00
Hide slicing results after Delete All command
This commit is contained in:
@@ -1717,6 +1717,8 @@ void Plater::priv::reset()
|
|||||||
object_list_changed();
|
object_list_changed();
|
||||||
update();
|
update();
|
||||||
|
|
||||||
|
// The hiding of the slicing results, if shown, is not taken care by the background process, so we do it here
|
||||||
|
this->sidebar->show_sliced_info_sizer(false);
|
||||||
|
|
||||||
auto& config = wxGetApp().preset_bundle->project_config;
|
auto& config = wxGetApp().preset_bundle->project_config;
|
||||||
config.option<ConfigOptionFloats>("colorprint_heights")->values.clear();
|
config.option<ConfigOptionFloats>("colorprint_heights")->values.clear();
|
||||||
|
|||||||
Reference in New Issue
Block a user