summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
92a93d4)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50679
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
wxWindow *child = node->GetData();
wxWindow *child = node->GetData();
+ // don't TAB to another TLW
+ if ( child->IsTopLevel() )
+ {
+ node = forward ? node->GetNext() : node->GetPrevious();
+
+ continue;
+ }
+
#if defined(__WXMSW__) && wxUSE_RADIOBTN
if ( event.IsFromTab() )
{
#if defined(__WXMSW__) && wxUSE_RADIOBTN
if ( event.IsFromTab() )
{