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:
parent
a909ef16ad
commit
3472e2f425
@ -3047,6 +3047,7 @@ void FormMain::OnMisc ( wxCommandEvent& event )
|
||||
if ( prop )
|
||||
{
|
||||
m_pPropGridManager->SetPropertyValueUnspecified(prop);
|
||||
prop->RefreshEditor();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user