Fix: vars that have just become ADVANCED should be removed from the GUI
This commit is contained in:
parent
2c7bb2bf34
commit
183bd9f9b3
@ -635,6 +635,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
||||
{
|
||||
if(cmCacheManager::GetInstance()->IsAdvanced(key))
|
||||
{
|
||||
m_CacheEntriesList.RemoveProperty(key);
|
||||
continue;
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user