don't use wxSubwindows with a single element to store the dummy radio item, store it in radiobox itself (patch 1866053)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@51078 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2008-01-07 18:46:14 +00:00
parent 52b90aa7ab
commit 117f566fcc
2 changed files with 8 additions and 13 deletions

View File

@@ -160,7 +160,8 @@ protected:
wxSubwindows *m_radioButtons;
// and the special dummy button used only as a tab group boundary
wxSubwindows *m_dummyButton;
WXHWND m_dummyHwnd;
wxWindowIDRef m_dummyId;
// array of widths and heights of the buttons, may be wxDefaultCoord if the
// corresponding quantity should be computed