mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-19 05:27:38 +08:00
Hide slicing results after Delete All command
This commit is contained in:
parent
49bb90523a
commit
19c1fc0b3f
@ -1717,6 +1717,8 @@ void Plater::priv::reset()
|
||||
object_list_changed();
|
||||
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;
|
||||
config.option<ConfigOptionFloats>("colorprint_heights")->values.clear();
|
||||
|
Loading…
x
Reference in New Issue
Block a user