implement wxRadioBox::Reparent(): it didn't reparent the radio buttons (patch 1891030)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_8_BRANCH@51905 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-02-19 02:43:29 +00:00
parent ddd5ad6298
commit 74ad534dd4
3 changed files with 22 additions and 0 deletions

View File

@@ -142,6 +142,7 @@ wxMSW:
highlight, just as if the control were created in report mode initially.
- Use correct index of the right-clicked column in wxListCtrl in the
corresponding event even when the control is scrolled horizontally.
- Implement wxRadioBox::Reparent() correctly (Vince Harron).
wxGTK: