mirror of
https://github.com/reactos/wine.git
synced 2024-11-29 06:30:37 +00:00
Remove a stray 'else' left by a previous patch.
This commit is contained in:
parent
79418b45f0
commit
ca27b29f92
@ -711,7 +711,7 @@ static BOOL fixup_flags( WINDOWPOS *winpos )
|
||||
if ((wndPtr->rectWindow.left == winpos->x) && (wndPtr->rectWindow.top == winpos->y))
|
||||
winpos->flags |= SWP_NOMOVE; /* Already the right position */
|
||||
|
||||
else if ((wndPtr->dwStyle & (WS_POPUP | WS_CHILD)) != WS_CHILD)
|
||||
if ((wndPtr->dwStyle & (WS_POPUP | WS_CHILD)) != WS_CHILD)
|
||||
{
|
||||
if (!(winpos->flags & SWP_NOACTIVATE)) /* Bring to the top when activating */
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user