diff --git a/src/video/windows/SDL_windowsevents.c b/src/video/windows/SDL_windowsevents.c index 9c8bf6d103..667223c27c 100644 --- a/src/video/windows/SDL_windowsevents.c +++ b/src/video/windows/SDL_windowsevents.c @@ -1818,9 +1818,6 @@ LRESULT CALLBACK WIN_WindowProc(HWND hwnd, UINT msg, WPARAM wParam, LPARAM lPara } } - // Forces a WM_PAINT event - InvalidateRect(hwnd, NULL, FALSE); - } break; case WM_ENTERSIZEMOVE: