A new set of preferences has a screwed up Theme setting. SM acts
as if the theme were set to "default", which is correct, but when you enter the Appearances menu, it changes the theme to "beat" instead. This change fixes the bug by making SM use the same string constant everywhere the default theme is set.
This commit is contained in:
@@ -253,7 +253,6 @@ static void DisplayResolutionChoices( vector<RString> &out )
|
||||
|
||||
static void Theme( int &sel, bool ToSel, const ConfOption *pConfOption )
|
||||
{
|
||||
// TODO FIXME: The default theme is not correctly set to "default". It is set to "". Where do we change that?
|
||||
vector<RString> choices;
|
||||
pConfOption->MakeOptionsList( choices );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user