Removed an inappropriate if statement from MDI_ChildActivate that
prevented the activation code from executing.
This commit is contained in:
parent
d144e4a35b
commit
402dc20e1f
|
@ -557,12 +557,6 @@ static LONG MDI_ChildActivate( WND *clientPtr, HWND hWndChild )
|
|||
BOOL isActiveFrameWnd = 0;
|
||||
LONG retvalue;
|
||||
|
||||
if( hWndChild == prevActiveWnd )
|
||||
{
|
||||
retvalue = 0L;
|
||||
goto END;
|
||||
}
|
||||
|
||||
if( wndPtr )
|
||||
{
|
||||
if( wndPtr->dwStyle & WS_DISABLED )
|
||||
|
|
Loading…
Reference in New Issue