removed some commented out code that should have been removed in the

last commit


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28090 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn
2004-06-29 18:02:13 +00:00
parent 8d2e831b09
commit aa2e1f3d44

View File

@@ -384,8 +384,6 @@ bool wxSpinCtrl::Create(wxWindow *parent,
sizeText.y = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy); sizeText.y = EDIT_HEIGHT_FROM_CHAR_HEIGHT(cy);
} }
//DoMoveWindow(pos.x, pos.y,
// sizeText.x + sizeBtn.x + MARGIN_BETWEEN, sizeText.y);
SetBestSize(size); SetBestSize(size);
(void)::ShowWindow(GetBuddyHwnd(), SW_SHOW); (void)::ShowWindow(GetBuddyHwnd(), SW_SHOW);