Skip to content
Snippets Groups Projects
Commit bd616cb0 authored by Alexandre Julliard's avatar Alexandre Julliard
Browse files

Francis Beaudet

MDI Patch which fixes problems in PR, QP, WP and Paradox.
parent 26d6c1f5
No related branches found
No related tags found
No related merge requests found
......@@ -1750,8 +1750,15 @@ LRESULT WINAPI DefMDIChildProc16( HWND16 hwnd, UINT16 message,
TRACE("maximizing child %04x\n", hwnd );
/*
* Keep track of the maximized window.
*/
ci->hwndChildMaximized = hwnd; /* !!! */
ci->hwndActiveChild = hwnd;
/*
* The maximized window should also be the active window
*/
MDI_ChildActivate(clientWnd, hwnd);
MDI_AugmentFrameMenu( ci, clientWnd->parent, hwnd);
MDI_UpdateFrameText( clientWnd->parent, ci->self,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment