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