Ver código fonte

BUG: fix gui problem

Bill Hoffman 24 anos atrás
pai
commit
a53f300bc0
1 arquivos alterados com 0 adições e 2 exclusões
  1. 0 2
      Source/MFCDialog/CMakeSetupDialog.cpp

+ 0 - 2
Source/MFCDialog/CMakeSetupDialog.cpp

@@ -373,8 +373,6 @@ void CMakeSetupDialog::OnBuildProjects()
  // copy from the cache manager to the cache edit list box
 void CMakeSetupDialog::FillCacheGUIFromCacheManager()
 {
-  // Clear the current GUI
-  m_CacheEntriesList.RemoveAll();
   const cmCacheManager::CacheEntryMap &cache =
     cmCacheManager::GetInstance()->GetCacheMap();
   for(cmCacheManager::CacheEntryMap::const_iterator i = cache.begin();