Remove unneeded workaround for a ScrolledWindow issue that is now fixed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@59302 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -5030,11 +5030,7 @@ void wxPropertyGrid::OnFocusEvent( wxFocusEvent& event )
|
|||||||
void wxPropertyGrid::OnChildFocusEvent( wxChildFocusEvent& event )
|
void wxPropertyGrid::OnChildFocusEvent( wxChildFocusEvent& event )
|
||||||
{
|
{
|
||||||
HandleFocusChange((wxWindow*)event.GetEventObject());
|
HandleFocusChange((wxWindow*)event.GetEventObject());
|
||||||
|
event.Skip();
|
||||||
//
|
|
||||||
// event.Skip() being commented out is aworkaround for bug reported
|
|
||||||
// in ticket #4840 (wxScrolledWindow problem with automatic scrolling).
|
|
||||||
//event.Skip();
|
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user