Added missing ResetEditorAppearance() call

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli
2010-01-03 10:24:12 +00:00
parent cb0f3ec171
commit d5df4df90a

View File

@@ -5667,6 +5667,7 @@ void wxPropertyGrid::HandleFocusChange( wxWindow* newFocused )
if ( p )
{
const wxPGEditor* editor = p->GetEditorClass();
ResetEditorAppearance();
editor->OnFocus(p, GetEditorControl());
}
}