Properly initialize the toolbar state on start

This commit is contained in:
Joseph Lenox 2018-06-04 16:25:06 -05:00
parent e83a6c4779
commit 451d202be5

View File

@ -233,6 +233,9 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptr<Settings
sizer->SetSizeHints(this);
this->SetSizer(sizer);
// Initialize the toolbar
this->selection_changed();
}
void Plater::add() {
Log::info(LogChannel, L"Called Add function");