mirror of
https://github.com/visualboyadvance-m/visualboyadvance-m
synced 2025-10-05 23:52:49 +02:00
Fix for resizing window geometry when loading games.
This commit is contained in:
committed by
Rafael Kitover
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;
|
||||
|
Reference in New Issue
Block a user