mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 12:23:31 +00:00
[Win32k]
- Fix non-client paint. See CORE-10101. svn path=/trunk/; revision=69118
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user