Properly handle tab navigation for wxRadioBoxes on wxOSX.
This commit is contained in:
@@ -16,7 +16,7 @@ class WXDLLIMPEXP_FWD_CORE wxBitmap ;
|
||||
|
||||
class WXDLLIMPEXP_FWD_CORE wxRadioButton ;
|
||||
|
||||
class WXDLLIMPEXP_CORE wxRadioBox: public wxControl, public wxRadioBoxBase
|
||||
class WXDLLIMPEXP_CORE wxRadioBox: public wxNavigationEnabled<wxControl>, public wxRadioBoxBase
|
||||
{
|
||||
wxDECLARE_DYNAMIC_CLASS(wxRadioBox);
|
||||
public:
|
||||
|
Reference in New Issue
Block a user