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:
@@ -142,7 +142,6 @@ void wxPanel::OnNavigationKey( wxNavigationKeyEvent& event )
|
||||
node = event.GetDirection() ? GetChildren().First()
|
||||
: GetChildren().Last();
|
||||
|
||||
continue;
|
||||
}
|
||||
|
||||
wxWindow *child = (wxWindow *)node->Data();
|
||||
|
||||
Reference in New Issue
Block a user