git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59302
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
void wxPropertyGrid::OnChildFocusEvent( wxChildFocusEvent& event )
{
HandleFocusChange((wxWindow*)event.GetEventObject());
void wxPropertyGrid::OnChildFocusEvent( wxChildFocusEvent& event )
{
HandleFocusChange((wxWindow*)event.GetEventObject());
-
- //
- // event.Skip() being commented out is aworkaround for bug reported
- // in ticket #4840 (wxScrolledWindow problem with automatic scrolling).
- //event.Skip();
}
// -----------------------------------------------------------------------
}
// -----------------------------------------------------------------------