Commit 402dc20e authored by Dan Langlois's avatar Dan Langlois Committed by Alexandre Julliard

Removed an inappropriate if statement from MDI_ChildActivate that

prevented the activation code from executing.
parent d144e4a3
......@@ -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 )
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment