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:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user