projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Source cleaning for new features.
[wxWidgets.git]
/
src
/
common
/
containr.cpp
diff --git
a/src/common/containr.cpp
b/src/common/containr.cpp
index 6146b45ac6ebd9cea626f27099fac1d2ab714bfa..185f8098d9f3430adf14a3fa374c75e95fda34bb 100644
(file)
--- a/
src/common/containr.cpp
+++ b/
src/common/containr.cpp
@@
-369,7
+369,7
@@
void wxControlContainer::HandleOnNavigationKey( wxNavigationKeyEvent& event )
for ( ;; )
{
// don't go into infinite loop
for ( ;; )
{
// don't go into infinite loop
- if ( start_node && node == start_node )
+ if ( start_node && node
&& node
== start_node )
break;
// Have we come to the last or first item on the panel?
break;
// Have we come to the last or first item on the panel?