implement wxSpinCtrl::Reparent() to properly reparent both the spin button and the text control part [backport of r52543 from trunk]

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@52582 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-03-17 13:46:31 +00:00
parent 7b4d2b50ea
commit 45ff30df68
5 changed files with 55 additions and 0 deletions

View File

@@ -127,6 +127,7 @@ All (GUI):
- Fixed crash in wxHtmlHelpController if the help window is still open.
- Fixed generic art provider to scale bitmaps down to client-specific
best size if needed.
- Made wxSpinCtrl::Reparent() in MSW and generic versions (Angelo Mottola)
All (Unix):