mirror of
https://github.com/reactos/wine.git
synced 2025-02-19 20:31:35 +00:00
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…
x
Reference in New Issue
Block a user