no message

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2000-03-10 13:53:58 +00:00
parent e32352cf66
commit 3d407edab0

View 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.