Selaa lähdekoodia

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

Sebastien Barre 24 vuotta sitten
vanhempi
sitoutus
183bd9f9b3
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  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;
         }
       }