From 003043714367009efaf07015cc63a901ae2ee47c Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Wed, 27 Dec 2017 03:30:58 +0300 Subject: Remove default parameters from theme. --- src/gui/widgets/label.cpp | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/label.cpp') 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 ++; -- cgit v1.2.3-70-g09d2