Permalink
Browse files
Fix for resizing window geometry when loading games.
- Loading branch information
Showing
with
2 additions
and
1 deletion.
-
+2
−1
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; |
|
|
0 comments on commit
d919728