Don't check hwndInsertAfter if SWP_NOZORDER is set.
This commit is contained in:
parent
64896d03da
commit
0f31a34bc7
|
@ -730,6 +730,7 @@ static BOOL fixup_flags( WINDOWPOS *winpos )
|
|||
}
|
||||
|
||||
/* Check hwndInsertAfter */
|
||||
if (winpos->flags & SWP_NOZORDER) goto done;
|
||||
|
||||
/* fix sign extension */
|
||||
if (winpos->hwndInsertAfter == (HWND)0xffff) winpos->hwndInsertAfter = HWND_TOPMOST;
|
||||
|
|
Loading…
Reference in New Issue