no message
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6590 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -850,6 +850,14 @@ bool wxFrame::OS2Create(
|
|||||||
{
|
{
|
||||||
return FALSE;
|
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.
|
// Now size everything. If adding a menu the client will need to be resized.
|
||||||
|
Reference in New Issue
Block a user