Added extra RefreshEditor() call for better testing

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@57826 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Jaakko Salli 2009-01-04 10:37:22 +00:00
parent a909ef16ad
commit 3472e2f425

View File

@ -3047,6 +3047,7 @@ void FormMain::OnMisc ( wxCommandEvent& event )
if ( prop )
{
m_pPropGridManager->SetPropertyValueUnspecified(prop);
prop->RefreshEditor();
}
}
}