diff --git a/src/GUI/Plater.cpp b/src/GUI/Plater.cpp index 83d937d41..77a213680 100644 --- a/src/GUI/Plater.cpp +++ b/src/GUI/Plater.cpp @@ -233,6 +233,9 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptrSetSizeHints(this); this->SetSizer(sizer); + // Initialize the toolbar + this->selection_changed(); + } void Plater::add() { Log::info(LogChannel, L"Called Add function");