X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4055ed8281971e3d35bf04177193c27043d42ed1..2fd1cf7daf5f2a13652f4bc29572e7f2f1312d70:/src/common/containr.cpp diff --git a/src/common/containr.cpp b/src/common/containr.cpp index 8b62297a92..a08c3b16ae 100644 --- a/src/common/containr.cpp +++ b/src/common/containr.cpp @@ -291,7 +291,7 @@ void wxControlContainer::HandleOnNavigationKey( wxNavigationKeyEvent& event ) wxWindow *child = node->GetData(); -#if defined(__WXMSW__) && !defined(__WXPALMOS__) +#if defined(__WXMSW__) bool is_not_msw_rb = !m_winLastFocused || !wxIsKindOf(m_winLastFocused,wxRadioButton); #else @@ -306,7 +306,7 @@ void wxControlContainer::HandleOnNavigationKey( wxNavigationKeyEvent& event ) // direction we're coming event.SetEventObject(m_winParent); -#if defined(__WXMSW__) && !defined(__WXPALMOS__) +#if defined(__WXMSW__) // we need to hop to the next activated // radio button, not just the next radio // button under MSW