X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/944e8709b7b6fb174529b6eb16bd85070c0eb0e2..842215bbb7b87bd3800f95f3d633da0690e18b76:/src/common/containr.cpp diff --git a/src/common/containr.cpp b/src/common/containr.cpp index 84ca21a7cc..5bfc812f78 100644 --- a/src/common/containr.cpp +++ b/src/common/containr.cpp @@ -291,7 +291,7 @@ void wxControlContainer::HandleOnNavigationKey( wxNavigationKeyEvent& event ) wxWindow *child = node->GetData(); -#ifdef __WXMSW__ +#if defined(__WXMSW__) && !defined(__PALMOS__) 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); -#ifdef __WXMSW__ +#if defined(__WXMSW__) && !defined(__PALMOS__) // we need to hop to the next activated // radio button, not just the next radio // button under MSW