diff --git a/src/gui/sdlmain.cpp b/src/gui/sdlmain.cpp index da11e263..cf01b93b 100644 --- a/src/gui/sdlmain.cpp +++ b/src/gui/sdlmain.cpp @@ -2401,7 +2401,8 @@ void GFX_Events() { * FOCUS_GAINED event to catch window startup * and size toggles. */ - GFX_ResetScreen(); + if (sdl.draw.callback) + sdl.draw.callback(GFX_CallBackRedraw); GFX_UpdateMouseState(); continue;