mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-23 06:09:50 -06:00
Merge pull request #3478 from mmastrac/ui_resize_fix
DolphinWX: fixes the window growing slightly on every re-launch
This commit is contained in:
@ -463,6 +463,9 @@ CFrame::CFrame(wxFrame* parent,
|
|||||||
ToggleLogConfigWindow(true);
|
ToggleLogConfigWindow(true);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// Set the size of the window after the UI has been built, but before we show it
|
||||||
|
SetSize(size);
|
||||||
|
|
||||||
// Show window
|
// Show window
|
||||||
Show();
|
Show();
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user