]> git.saurik.com Git - wxWidgets.git/commitdiff
no message
authorDavid Webster <Dave.Webster@bhmi.com>
Fri, 10 Mar 2000 13:53:58 +0000 (13:53 +0000)
committerDavid Webster <Dave.Webster@bhmi.com>
Fri, 10 Mar 2000 13:53:58 +0000 (13:53 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/os2/frame.cpp

index bf5266858f6d3decfde94e5c4dfaa7285b6ef682..44a4888de15f6fbbf19e3c11448d24177f4555e2 100644 (file)
@@ -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.