distrin corrections files

the return of TAB, part IV


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1679 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robert Roebling
1999-02-11 16:27:56 +00:00
parent a91b47e800
commit 5664fc3253
7 changed files with 280 additions and 9 deletions

View File

@@ -142,7 +142,6 @@ void wxPanel::OnNavigationKey( wxNavigationKeyEvent& event )
node = event.GetDirection() ? GetChildren().First()
: GetChildren().Last();
continue;
}
wxWindow *child = (wxWindow *)node->Data();