diff --git a/reactos/win32ss/user/ntuser/painting.c b/reactos/win32ss/user/ntuser/painting.c index 4cf28cd9d06..5c12688599b 100644 --- a/reactos/win32ss/user/ntuser/painting.c +++ b/reactos/win32ss/user/ntuser/painting.c @@ -594,8 +594,7 @@ IntIsWindowDirty(PWND Wnd) { return ( Wnd->style & WS_VISIBLE && ( Wnd->hrgnUpdate != NULL || - Wnd->state & WNDS_INTERNALPAINT || - Wnd->state & WNDS_SENDNCPAINT ) ); + Wnd->state & WNDS_INTERNALPAINT ) ); } PWND FASTCALL