Forráskód Böngészése

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

Sebastien Barre 24 éve
szülő
commit
183bd9f9b3
1 módosított fájl, 1 hozzáadás és 0 törlés
  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))
       if(cmCacheManager::GetInstance()->IsAdvanced(key))
         {
         {
+	m_CacheEntriesList.RemoveProperty(key);
         continue;
         continue;
         }
         }
       }
       }