mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Fix window geometry persistence #1557
This commit is contained in:
@@ -348,6 +348,7 @@ bool get_current_screen_size(wxWindow *window, unsigned &width, unsigned &height
|
||||
return true;
|
||||
}
|
||||
|
||||
// XXX: remove these
|
||||
void save_window_size(wxTopLevelWindow *window, const std::string &name)
|
||||
{
|
||||
const wxSize size = window->GetSize();
|
||||
|
||||
Reference in New Issue
Block a user