remove CachedThemeMetrics in favor of ThemeMetric<T>

fix "CachedThemeMetrics don't read HTML colors and don't evaluate Lua expressions"
This commit is contained in:
Chris Danford
2004-11-06 20:36:04 +00:00
parent 3594cc345e
commit 5127ceef4d
30 changed files with 166 additions and 321 deletions
+5
View File
@@ -52,6 +52,11 @@ public:
PrefsManager::Subscribe( this );
}
~Preference()
{
PrefsManager::Unsubscribe( this );
}
void LoadDefault()
{
m_currentValue = m_defaultValue;