mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-04 14:50:40 +08:00
Properly initialize the toolbar state on start
This commit is contained in:
parent
e83a6c4779
commit
451d202be5
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user