diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-26 14:18:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-07-26 14:18:26 (GMT) |
commit | cb858f511ed262977eac99b5a3800f549702ec62 (patch) | |
tree | b5620e3e824554b74057a137fb55386d21776416 /Source/MFCDialog/PropertyList.cpp | |
parent | 4fe6473b8b7dad97871d361d3d07e808d932a2c4 (diff) | |
download | CMake-cb858f511ed262977eac99b5a3800f549702ec62.zip CMake-cb858f511ed262977eac99b5a3800f549702ec62.tar.gz CMake-cb858f511ed262977eac99b5a3800f549702ec62.tar.bz2 |
ENH: change the logic of disabling the ok button a bit
Diffstat (limited to 'Source/MFCDialog/PropertyList.cpp')
-rw-r--r-- | Source/MFCDialog/PropertyList.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/MFCDialog/PropertyList.cpp b/Source/MFCDialog/PropertyList.cpp index f60d423..e5b347b 100644 --- a/Source/MFCDialog/PropertyList.cpp +++ b/Source/MFCDialog/PropertyList.cpp @@ -652,6 +652,7 @@ void CPropertyList::RemoveAll() delete pItem; this->DeleteString(0); } + m_Dirty = false; this->HideControls(); InvalidateList(); } |