diff --git a/src/slic3r/GUI/Tab.cpp b/src/slic3r/GUI/Tab.cpp index 70632b543..e4c27abf8 100644 --- a/src/slic3r/GUI/Tab.cpp +++ b/src/slic3r/GUI/Tab.cpp @@ -467,6 +467,9 @@ void Tab::OnActivate() else { // on first OnActivate call show top sizer m_top_hsizer->ShowItems(true); + // update visibility of action buttons + update_btns_enabling(); + // update visibility of active extruder if (TabFilament* tab = dynamic_cast(this)) tab->update_extruder_combobox(); Layout();