Forgot event.Skip()

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2008-10-18 15:27:58 +00:00
parent a8f4019041
commit b47d6bc416

View File

@@ -5013,6 +5013,8 @@ void wxPropertyGrid::HandleKeyEvent( wxKeyEvent &event, bool fromChild )
return; return;
} }
event.Skip();
// Except for TAB and ESC, handle child control events in child control // Except for TAB and ESC, handle child control events in child control
if ( fromChild ) if ( fromChild )
return; return;