]> git.saurik.com Git - wxWidgets.git/commitdiff
Added missing ResetEditorAppearance() call
authorJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 3 Jan 2010 10:24:12 +0000 (10:24 +0000)
committerJaakko Salli <jaakko.salli@dnainternet.net>
Sun, 3 Jan 2010 10:24:12 +0000 (10:24 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@63040 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/propgrid/propgrid.cpp

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