mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
[Win32k]
- Fix repaint from off screen. See CORE-10098. svn path=/trunk/; revision=69478
This commit is contained in:
@@ -497,7 +497,7 @@ DefWndDoSizeMove(PWND pwnd, WORD wParam)
|
||||
// Only the windows that overlap will be redrawn.
|
||||
if (RECTL_bIntersectRect( &rect, &pwnd->rcWindow, &pwndTemp->rcWindow ))
|
||||
{
|
||||
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_UPDATENOW | RDW_NOCHILDREN);
|
||||
co_UserRedrawWindow( pwndTemp, NULL, NULL, RDW_UPDATENOW | RDW_ALLCHILDREN);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user