mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-05-28 00:57:35 +08:00
Fixed sliced info panel not hiding when changing printer type
This commit is contained in:
parent
37c5fe9923
commit
7c7f5ebdda
@ -5398,6 +5398,7 @@ void Plater::on_config_change(const DynamicPrintConfig &config)
|
||||
this->set_printer_technology(config.opt_enum<PrinterTechnology>(opt_key));
|
||||
// print technology is changed, so we should to update a search list
|
||||
p->sidebar->update_searcher();
|
||||
p->sidebar->show_sliced_info_sizer(false);
|
||||
#if ENABLE_GCODE_VIEWER
|
||||
p->reset_gcode_toolpaths();
|
||||
#endif // ENABLE_GCODE_VIEWER
|
||||
|
Loading…
x
Reference in New Issue
Block a user