Commit 939c7f9c authored by Dmitry Timoshkov's avatar Dmitry Timoshkov Committed by Alexandre Julliard

user32: Make sure that we send proper notifications in all cases.

parent 38cae0b2
...@@ -570,7 +570,8 @@ static LRESULT MDIDestroyChild( HWND client, MDICLIENTINFO *ci, ...@@ -570,7 +570,8 @@ static LRESULT MDIDestroyChild( HWND client, MDICLIENTINFO *ci,
ci->hwndChildMaximized = 0; ci->hwndChildMaximized = 0;
MDI_UpdateFrameText(frame, client, TRUE, NULL); MDI_UpdateFrameText(frame, client, TRUE, NULL);
} }
if (flagDestroy) ci->hwndActiveChild = 0; if (flagDestroy)
MDI_ChildActivate(client, 0);
} }
} }
......
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