From b47d6bc4162f8e74197c939039dace7cfc054b42 Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sat, 18 Oct 2008 15:27:58 +0000 Subject: [PATCH] Forgot event.Skip() git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56424 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/propgrid.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index f3ee1594ec..cf1c5b4e9e 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -5013,6 +5013,8 @@ void wxPropertyGrid::HandleKeyEvent( wxKeyEvent &event, bool fromChild ) return; } + event.Skip(); + // Except for TAB and ESC, handle child control events in child control if ( fromChild ) return; -- 2.45.2