From 3d407edab0eebcda0f5df070d57d5f8f8e3a9881 Mon Sep 17 00:00:00 2001 From: David Webster Date: Fri, 10 Mar 2000 13:53:58 +0000 Subject: [PATCH] no message git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/os2/frame.cpp | 8 ++++++++ 1 file changed, 8 insertions(+) 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. -- 2.45.2