Navigation Menu

Skip to content

Commit

Permalink
Fix theme after upgrade
Browse files Browse the repository at this point in the history
Closes LMMS#4199
  • Loading branch information
tresf committed Mar 1, 2018
1 parent 063a505 commit 0fcab63
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/ConfigManager.cpp
Expand Up @@ -553,6 +553,8 @@ void ConfigManager::loadConfigFile( const QString & configFile )
}
#endif

upgrade();

QStringList searchPaths;
if(! qgetenv("LMMS_THEME_PATH").isNull())
searchPaths << qgetenv("LMMS_THEME_PATH");
Expand All @@ -564,8 +566,6 @@ void ConfigManager::loadConfigFile( const QString & configFile )
{
createWorkingDir();
}

upgrade();
}


Expand Down

0 comments on commit 0fcab63

Please sign in to comment.