- SetActiveWindow must send the WM_WINDOWPOSCHANGING message

svn path=/trunk/; revision=53992
This commit is contained in:
Giannis Adamopoulos 2011-10-04 18:12:43 +00:00
parent fbf5e4605b
commit f3520a1201

View file

@ -73,7 +73,7 @@ co_IntSendActivateMessages(HWND hWndPrev, HWND hWnd, BOOL MouseActivate)
if (Window->spwndPrev != NULL)
co_WinPosSetWindowPos(Window, HWND_TOP, 0, 0, 0, 0,
SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE | SWP_NOSENDCHANGING);
SWP_NOSIZE | SWP_NOMOVE | SWP_NOACTIVATE);
if (!Window->spwndOwner && !IntGetParent(Window))
{