We need to at least refresh the window menu in ChildActivate, so for
now remove the 'is already activated' optimization.
This commit is contained in:
parent
cc02d9548e
commit
6174bccfb1
@ -559,11 +559,6 @@ static LONG MDI_ChildActivate( HWND client, HWND child )
|
||||
|
||||
clientInfo = get_client_info( client );
|
||||
|
||||
/* Don't activate if it is already active. Might happen
|
||||
since ShowWindow DOES activate MDI children */
|
||||
if (clientInfo->hwndActiveChild == child)
|
||||
return 0;
|
||||
|
||||
TRACE("%p\n", child);
|
||||
|
||||
isActiveFrameWnd = (GetActiveWindow() == GetParent(client));
|
||||
|
Loading…
x
Reference in New Issue
Block a user