]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/containr.cpp
compilation fix for PCH-less compilation after the last change
[wxWidgets.git] / src / common / containr.cpp
index 8f41d782f2f2848311b3a96ae062f70f900d9558..43de0255b06a98d0b881e65a8649f950c7ec4a82 100644 (file)
@@ -566,7 +566,7 @@ void wxControlContainer::HandleOnNavigationKey( wxNavigationKeyEvent& event )
         }
 #endif // __WXMSW__
 
-        if ( child->CanAcceptFocus() )
+        if ( child->CanAcceptFocusFromKeyboard() )
         {
             // if we're setting the focus to a child panel we should prevent it
             // from giving it to the child which had the focus the last time