Properly handle tab navigation for wxRadioBoxes on wxOSX.

This commit is contained in:
Steve Browne
2017-06-05 01:17:52 -04:00
parent 39cfbe3b94
commit 1eea936f8f
2 changed files with 13 additions and 9 deletions

View File

@@ -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: