]> git.saurik.com Git - wxWidgets.git/commitdiff
leads to a double call of AddChild, if we don't see any problems, we'll remove it
authorStefan Csomor <csomor@advancedconcepts.ch>
Tue, 19 Oct 2004 07:04:52 +0000 (07:04 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Tue, 19 Oct 2004 07:04:52 +0000 (07:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29990 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/spinctrl.cpp

index 5db84619e482da1127249b68eb54778b798840a1..1325f233d9a0ffce6f7e553e058ede4b3405aa58 100644 (file)
@@ -194,7 +194,7 @@ bool wxSpinCtrl::Create(wxWindow *parent,
     
     //SetSize(csize);
     
-    MacPostControlCreate(pos, csize);
+    //MacPostControlCreate(pos, csize);
     SetInitialBestSize(csize);
 
     return TRUE;