From bcfe75f0934a5a994c4c49df34eca6ee8ef68e6a Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 12 Aug 2010 13:28:13 -0600 Subject: Fix Label color handling --- src/gui/widgets/label.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/gui') diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index cefddae0..6491504c 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -29,10 +29,10 @@ Label::Label() Label::Label(const std::string &caption) : gcn::Label(caption) { + setForegroundColor(Theme::getThemeColor(Theme::TEXT)); } void Label::draw(gcn::Graphics *graphics) { - setForegroundColor(Theme::getThemeColor(Theme::TEXT)); gcn::Label::draw(static_cast(graphics)); } -- cgit v1.2.3-70-g09d2