summaryrefslogtreecommitdiff
path: root/src/gui
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui')
-rw-r--r--src/gui/theme.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/gui/theme.cpp b/src/gui/theme.cpp
index 0628b5b86..b225cac08 100644
--- a/src/gui/theme.cpp
+++ b/src/gui/theme.cpp
@@ -532,6 +532,8 @@ bool Theme::tryThemePath(std::string themeName)
{
mThemePath = path;
mThemeName = themeName;
+ if (instance())
+ instance()->loadColors(mThemePath);
return true;
}
}