GUI: Added debug ouput for determining loaded theme
This commit is contained in:
parent
de6e5c7366
commit
ed2cb9a6b3
1 changed files with 2 additions and 0 deletions
|
@ -660,6 +660,8 @@ bool ThemeEngine::addDrawData(const Common::String &data, bool cached) {
|
|||
void ThemeEngine::loadTheme(const Common::String &themeId) {
|
||||
unloadTheme();
|
||||
|
||||
debug(6, "Loading theme %s", themeId.c_str());
|
||||
|
||||
if (themeId == "builtin") {
|
||||
_themeOk = loadDefaultXML();
|
||||
} else {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue