don't try to switch to theme 'default' if it doesn't exist
This commit is contained in:
@@ -93,6 +93,11 @@ public:
|
||||
return m_currentValue;
|
||||
}
|
||||
|
||||
const T &GetDefault() const
|
||||
{
|
||||
return m_defaultValue;
|
||||
}
|
||||
|
||||
operator const T () const
|
||||
{
|
||||
return Get();
|
||||
|
||||
Reference in New Issue
Block a user