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:
@@ -52,6 +52,11 @@ public:
|
||||
PrefsManager::Subscribe( this );
|
||||
}
|
||||
|
||||
~Preference()
|
||||
{
|
||||
PrefsManager::Unsubscribe( this );
|
||||
}
|
||||
|
||||
void LoadDefault()
|
||||
{
|
||||
m_currentValue = m_defaultValue;
|
||||
|
||||
Reference in New Issue
Block a user