Refresh wxPropertGrid after resetting the status
This is to visualize the effect of the modification.
This commit is contained in:
@@ -2658,6 +2658,7 @@ void FormMain::OnTestReplaceClick( wxCommandEvent& WXUNUSED(event) )
|
|||||||
void FormMain::OnClearModifyStatusClick( wxCommandEvent& WXUNUSED(event) )
|
void FormMain::OnClearModifyStatusClick( wxCommandEvent& WXUNUSED(event) )
|
||||||
{
|
{
|
||||||
m_pPropGridManager->ClearModifiedStatus();
|
m_pPropGridManager->ClearModifiedStatus();
|
||||||
|
m_pPropGridManager->Refresh();
|
||||||
}
|
}
|
||||||
|
|
||||||
// -----------------------------------------------------------------------
|
// -----------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user