Fixed regression: forgot to set wxPropertyGridPageState::m_anyModified to false in wxPropertyGridInterface::ClearModifiedStatus().
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@62743 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -350,6 +350,7 @@ void wxPropertyGridInterface::ClearModifiedStatus()
|
||||
if ( !page ) break;
|
||||
|
||||
page->DoGetRoot()->SetFlagRecursively(wxPG_PROP_MODIFIED, false);
|
||||
page->m_anyModified = false;
|
||||
|
||||
pageIndex++;
|
||||
}
|
||||
|
Reference in New Issue
Block a user