leads to a double call of AddChild, if we don't see any problems, we'll remove it

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor 2004-10-19 07:04:52 +00:00
parent 7875e5ff98
commit e07a214281

View File

@ -194,7 +194,7 @@ bool wxSpinCtrl::Create(wxWindow *parent,
//SetSize(csize);
MacPostControlCreate(pos, csize);
//MacPostControlCreate(pos, csize);
SetInitialBestSize(csize);
return TRUE;