mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 19:26:33 +00:00
[NtUser]
Turn an ERR into a TRACE. svn path=/trunk/; revision=72905
This commit is contained in:
@@ -789,7 +789,7 @@ IntDispatchMessage(PMSG pMsg)
|
||||
{
|
||||
Window->state2 &= ~WNDS2_WMPAINTSENT;
|
||||
/* send a WM_ERASEBKGND if the non-client area is still invalid */
|
||||
ERR("Message WM_PAINT\n");
|
||||
TRACE("Message WM_PAINT\n");
|
||||
co_IntPaintWindows( Window, RDW_NOCHILDREN, FALSE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user