diff --git a/src/main_gui.cpp b/src/main_gui.cpp --- 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; + ScreenSizeChanged(); RelocateAllWindows(_screen.width, _screen.height); - ScreenSizeChanged(); MarkWholeScreenDirty(); }