Fix for resizing window geometry when loading games.
This commit is contained in:
parent
64a9c0945f
commit
d919728138
|
@ -302,7 +302,8 @@ void GameArea::LoadGame(const wxString& name)
|
|||
loaded = t;
|
||||
SetFrameTitle();
|
||||
SetFocus();
|
||||
AdjustSize(true);
|
||||
// Use custom geometry
|
||||
AdjustSize(false);
|
||||
emulating = true;
|
||||
was_paused = true;
|
||||
MainFrame* mf = wxGetApp().frame;
|
||||
|
|
Loading…
Reference in New Issue