浏览代码

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

Sebastien Barre 24 年之前
父节点
当前提交
183bd9f9b3
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 1 - 0
Source/MFCDialog/CMakeSetupDialog.cpp

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