summaryrefslogtreecommitdiff
path: root/src/gui/widgets/label.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/gui/widgets/label.cpp')
-rw-r--r--src/gui/widgets/label.cpp7
1 files changed, 6 insertions, 1 deletions
diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp
index c4d8d14f6..6fb3ae39e 100644
--- a/src/gui/widgets/label.cpp
+++ b/src/gui/widgets/label.cpp
@@ -131,7 +131,12 @@ void Label::init()
if (mInstances == 0)
{
if (theme != nullptr)
- mSkin = theme->load("label.xml", "");
+ {
+ mSkin = theme->load("label.xml",
+ "",
+ true,
+ theme->getThemePath());
+ }
}
mInstances ++;