]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/frame.cpp
Small oops in redrawing code.
[wxWidgets.git] / 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.