1
0
Эх сурвалжийг харах

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

Sebastien Barre 24 жил өмнө
parent
commit
183bd9f9b3

+ 1 - 0
Source/MFCDialog/CMakeSetupDialog.cpp

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