From e07a2142811be9d4a4f5eaa730eeebcbe88b24c9 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Tue, 19 Oct 2004 07:04:52 +0000 Subject: [PATCH] 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 --- src/mac/carbon/spinctrl.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.50.0