Fix: vars that have just become ADVANCED should be removed from the GUI

This commit is contained in:
Sebastien Barre 2001-12-21 16:19:57 -05:00
parent 2c7bb2bf34
commit 183bd9f9b3

View File

@ -635,6 +635,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
{
if(cmCacheManager::GetInstance()->IsAdvanced(key))
{
m_CacheEntriesList.RemoveProperty(key);
continue;
}
}