- Fix non-client paint. See CORE-10101.

svn path=/trunk/; revision=69118
This commit is contained in:
James Tabor 2015-09-08 14:18:56 +00:00
parent d69d6cab4e
commit 3897fba9aa

View file

@ -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);