diff --git a/src/wx/panel.cpp b/src/wx/panel.cpp index 83e053bf..7f40b18b 100644 --- a/src/wx/panel.cpp +++ b/src/wx/panel.cpp @@ -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;