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:
@@ -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;
|
||||||
|
Reference in New Issue
Block a user