MainFrame: Maximize by default (at first start)
This commit is contained in:
parent
bfcd9f3c29
commit
8098c09589
3 changed files with 14 additions and 8 deletions
src/slic3r/GUI
|
@ -129,7 +129,7 @@ DPIFrame(NULL, wxID_ANY, SLIC3R_BUILD, wxDefaultPosition, wxDefaultSize, wxDEFAU
|
|||
event.Skip();
|
||||
});
|
||||
|
||||
wxGetApp().persist_window_geometry(this);
|
||||
wxGetApp().persist_window_geometry(this, true);
|
||||
|
||||
update_ui_from_settings(); // FIXME (?)
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue