Refresh wxPropertGrid after resetting the status
This is to visualize the effect of the modification.
This commit is contained in:
parent
7c0eac050e
commit
028cfb1ba4
1 changed files with 1 additions and 0 deletions
|
|
@ -2658,6 +2658,7 @@ void FormMain::OnTestReplaceClick( wxCommandEvent& WXUNUSED(event) )
|
|||
void FormMain::OnClearModifyStatusClick( wxCommandEvent& WXUNUSED(event) )
|
||||
{
|
||||
m_pPropGridManager->ClearModifiedStatus();
|
||||
m_pPropGridManager->Refresh();
|
||||
}
|
||||
|
||||
// -----------------------------------------------------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue