BUG: fix gui problem
This commit is contained in:
parent
69b51cc245
commit
a53f300bc0
@ -373,8 +373,6 @@ void CMakeSetupDialog::OnBuildProjects()
|
|||||||
// copy from the cache manager to the cache edit list box
|
// copy from the cache manager to the cache edit list box
|
||||||
void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
||||||
{
|
{
|
||||||
// Clear the current GUI
|
|
||||||
m_CacheEntriesList.RemoveAll();
|
|
||||||
const cmCacheManager::CacheEntryMap &cache =
|
const cmCacheManager::CacheEntryMap &cache =
|
||||||
cmCacheManager::GetInstance()->GetCacheMap();
|
cmCacheManager::GetInstance()->GetCacheMap();
|
||||||
for(cmCacheManager::CacheEntryMap::const_iterator i = cache.begin();
|
for(cmCacheManager::CacheEntryMap::const_iterator i = cache.begin();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user