mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-26 10:48:38 -06:00
ENH: change checkboxes back to pull down menus, remove leak
This commit is contained in:
@@ -593,7 +593,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
||||
m_CacheEntriesList.AddProperty(key,
|
||||
"ON",
|
||||
value.m_HelpString.c_str(),
|
||||
CPropertyList::CHECKBOX,"",
|
||||
CPropertyList::COMBO,"ON|OFF",
|
||||
reverseOrder
|
||||
);
|
||||
}
|
||||
@@ -602,7 +602,7 @@ void CMakeSetupDialog::FillCacheGUIFromCacheManager()
|
||||
m_CacheEntriesList.AddProperty(key,
|
||||
"OFF",
|
||||
value.m_HelpString.c_str(),
|
||||
CPropertyList::CHECKBOX,"",
|
||||
CPropertyList::COMBO,"ON|OFF",
|
||||
reverseOrder
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user