mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-10-05 00:36:45 +08:00
Properly initialize the toolbar state on start
This commit is contained in:
parent
339e5c1013
commit
f0b1a2073b
@ -233,6 +233,9 @@ Plater::Plater(wxWindow* parent, const wxString& title, std::shared_ptr<Settings
|
|||||||
sizer->SetSizeHints(this);
|
sizer->SetSizeHints(this);
|
||||||
this->SetSizer(sizer);
|
this->SetSizer(sizer);
|
||||||
|
|
||||||
|
// Initialize the toolbar
|
||||||
|
this->selection_changed();
|
||||||
|
|
||||||
}
|
}
|
||||||
void Plater::add() {
|
void Plater::add() {
|
||||||
Log::info(LogChannel, L"Called Add function");
|
Log::info(LogChannel, L"Called Add function");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user