which are not the ones called by PreCreation()
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74684
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxWindowID id,
const wxString& title,
const wxPoint& pos,
wxWindowID id,
const wxString& title,
const wxPoint& pos,
+ const wxSize& sizeOrig,
long style,
const wxString &name )
{
long style,
const wxString &name )
{
+ const wxSize size(WidthDefault(sizeOrig.x), HeightDefault(sizeOrig.y));
+
wxTopLevelWindows.Append( this );
if (!PreCreation( parent, pos, size ) ||
wxTopLevelWindows.Append( this );
if (!PreCreation( parent, pos, size ) ||