From: Stefan Csomor Date: Tue, 19 Oct 2004 07:04:52 +0000 (+0000) Subject: leads to a double call of AddChild, if we don't see any problems, we'll remove it X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e07a2142811be9d4a4f5eaa730eeebcbe88b24c9 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 --- diff --git a/src/mac/carbon/spinctrl.cpp b/src/mac/carbon/spinctrl.cpp index 5db84619e4..1325f233d9 100644 --- a/src/mac/carbon/spinctrl.cpp +++ b/src/mac/carbon/spinctrl.cpp @@ -194,7 +194,7 @@ bool wxSpinCtrl::Create(wxWindow *parent, //SetSize(csize); - MacPostControlCreate(pos, csize); + //MacPostControlCreate(pos, csize); SetInitialBestSize(csize); return TRUE;