diff options
Diffstat (limited to 'src/main_gui.cpp')
-rw-r--r-- | src/main_gui.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main_gui.cpp b/src/main_gui.cpp index dd4886c03..6fe53a425 100644 --- a/src/main_gui.cpp +++ b/src/main_gui.cpp @@ -449,7 +449,7 @@ void GameSizeChanged() { _cur_resolution[0] = _screen.width; _cur_resolution[1] = _screen.height; - RelocateAllWindows(_screen.width, _screen.height); ScreenSizeChanged(); + RelocateAllWindows(_screen.width, _screen.height); MarkWholeScreenDirty(); } |