From d5824320f7e03d2c26ea2de961843e66a3580bc9 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 8e27381768b..8bec7a7a27f 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