mirror of
https://github.com/reactos/reactos.git
synced 2026-05-26 02:45:02 +08:00
[WIN32SS] Fix winpos hyperlink&images loop rendering (CORE-7652)
This commit is contained in:
committed by
Timo Kreuzer
parent
9bb0b9137f
commit
7866eb2886
@@ -2100,7 +2100,7 @@ co_WinPosSetWindowPos(
|
||||
}
|
||||
|
||||
/* We need to redraw what wasn't visible before or force a redraw */
|
||||
if (VisAfter != NULL)
|
||||
if ((WinPos.flags & (SWP_FRAMECHANGED | SWP_SHOWWINDOW)) || (((WinPos.flags & SWP_AGG_NOGEOMETRYCHANGE) != SWP_AGG_NOGEOMETRYCHANGE) && VisAfter != NULL))
|
||||
{
|
||||
PREGION DirtyRgn = IntSysCreateRectpRgn(0, 0, 0, 0);
|
||||
if (DirtyRgn)
|
||||
|
||||
Reference in New Issue
Block a user