Moved ClearModifiedStatus() to wxPropertyGridInterface
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@56033 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -206,11 +206,7 @@ public:
|
||||
|
||||
/** Resets modified status of all properties.
|
||||
*/
|
||||
void ClearModifiedStatus()
|
||||
{
|
||||
SetPropertyModifiedStatus(m_pState->m_properties, false);
|
||||
m_pState->m_anyModified = false;
|
||||
}
|
||||
void ClearModifiedStatus();
|
||||
|
||||
/** Collapses given category or property with children.
|
||||
Returns true if actually collapses.
|
||||
|
Reference in New Issue
Block a user