From 213a21e4c079113e5822d2cf90802d6dcb2cb232 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 19 Oct 2012 21:02:14 +0300 Subject: In all controls, call Widget2 methods to get colors. --- src/gui/widgets/label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui/widgets/label.cpp') diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 4544510a2..63a3f6b76 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -53,7 +53,7 @@ Label::~Label() void Label::init() { - mForegroundColor = Theme::getThemeColor(Theme::LABEL); + mForegroundColor = getThemeColor(Theme::LABEL); if (mInstances == 0) { if (Theme::instance()) -- cgit v1.2.3-70-g09d2