Removed an inappropriate if statement from MDI_ChildActivate that

prevented the activation code from executing.
This commit is contained in:
Dan Langlois 1999-07-31 12:58:04 +00:00 committed by Alexandre Julliard
parent d144e4a35b
commit 402dc20e1f
1 changed files with 0 additions and 6 deletions

View File

@ -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 )