]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/panelg.cpp
fixed (rare but fatal) bug in wxWindowDisabler
[wxWidgets.git] / src / generic / panelg.cpp
index 140ff789ad9cb38b1fe6132fda63926d5b396efd..2a91143d97638293a2045f0f7321136822d40408 100644 (file)
@@ -274,6 +274,7 @@ void wxPanel::OnNavigationKey( wxNavigationKeyEvent& event )
             }
             //else: the child manages its focus itself
 
             }
             //else: the child manages its focus itself
 
+            event.Skip( FALSE );
             return;
         }
 
             return;
         }