From d5df4df90ae9125234b0a8384f4417792d65fcad Mon Sep 17 00:00:00 2001 From: Jaakko Salli Date: Sun, 3 Jan 2010 10:24:12 +0000 Subject: [PATCH] Added missing ResetEditorAppearance() call git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/propgrid/propgrid.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/propgrid/propgrid.cpp b/src/propgrid/propgrid.cpp index 3fc4e31251..6e780a764f 100644 --- a/src/propgrid/propgrid.cpp +++ b/src/propgrid/propgrid.cpp @@ -5667,6 +5667,7 @@ void wxPropertyGrid::HandleFocusChange( wxWindow* newFocused ) if ( p ) { const wxPGEditor* editor = p->GetEditorClass(); + ResetEditorAppearance(); editor->OnFocus(p, GetEditorControl()); } } -- 2.45.2