diff --git a/reactos/win32ss/user/ntuser/nonclient.c b/reactos/win32ss/user/ntuser/nonclient.c index 325c17b9523..dcefc8b00e8 100644 --- a/reactos/win32ss/user/ntuser/nonclient.c +++ b/reactos/win32ss/user/ntuser/nonclient.c @@ -1041,9 +1041,11 @@ NC_DoNCPaint(PWND pWnd, HDC hDC, INT Flags) { Active = (gpqForeground == pWnd->head.pti->MessageQueue); } + Flags = DC_NC; // Redraw everything! } + else + Flags |= DC_NC; - Flags = DC_NC; // Redraw everything! IntGetWindowRect(pWnd, &WindowRect);