From 7c7f5ebdda38f7db6b35a1a1b3dde0254682be06 Mon Sep 17 00:00:00 2001 From: enricoturri1966 Date: Fri, 18 Sep 2020 08:36:29 +0200 Subject: [PATCH] Fixed sliced info panel not hiding when changing printer type --- src/slic3r/GUI/Plater.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/slic3r/GUI/Plater.cpp b/src/slic3r/GUI/Plater.cpp index 8e2738176..8bec7a7a2 100644 --- a/src/slic3r/GUI/Plater.cpp +++ b/src/slic3r/GUI/Plater.cpp @@ -5398,6 +5398,7 @@ void Plater::on_config_change(const DynamicPrintConfig &config) this->set_printer_technology(config.opt_enum(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