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/checkbox.cpp | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'src/gui/widgets/checkbox.cpp') diff --git a/src/gui/widgets/checkbox.cpp b/src/gui/widgets/checkbox.cpp index 8424c5c0e..81daf7cad 100644 --- a/src/gui/widgets/checkbox.cpp +++ b/src/gui/widgets/checkbox.cpp @@ -117,7 +117,10 @@ CheckBox::CheckBox(const Widget2 *const widget, { if (theme != nullptr) { - mSkin = theme->load("checkbox.xml", ""); + mSkin = theme->load("checkbox.xml", + "", + true, + theme->getThemePath()); updateAlpha(); } } -- cgit v1.2.3-70-g09d2