mirror of
https://github.com/audacity/wxWidgets.git
synced 2025-12-10 21:09:32 -06:00
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…
x
Reference in New Issue
Block a user