소스 검색

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;
         }
       }