diff --git a/src/os2/frame.cpp b/src/os2/frame.cpp index bf5266858f..44a4888de1 100644 --- a/src/os2/frame.cpp +++ b/src/os2/frame.cpp @@ -850,6 +850,14 @@ bool wxFrame::OS2Create( { return FALSE; } + // + // Send anything to initialize the frame + // + ::WinSendMsg( GetHwnd() + ,WM_UPDATEFRAME + ,(MPARAM)FCF_TASKLIST + ,(MPARAM)0 + ); // // Now size everything. If adding a menu the client will need to be resized.