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:
@@ -5667,6 +5667,7 @@ void wxPropertyGrid::HandleFocusChange( wxWindow* newFocused )
|
|||||||
if ( p )
|
if ( p )
|
||||||
{
|
{
|
||||||
const wxPGEditor* editor = p->GetEditorClass();
|
const wxPGEditor* editor = p->GetEditorClass();
|
||||||
|
ResetEditorAppearance();
|
||||||
editor->OnFocus(p, GetEditorControl());
|
editor->OnFocus(p, GetEditorControl());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user