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