From 71595e5db41f503f06401c59090748b46e9731f0 Mon Sep 17 00:00:00 2001 From: Jared Adams Date: Thu, 12 Aug 2010 13:59:45 -0600 Subject: Forgot a Label constructor --- src/gui/widgets/label.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/gui/widgets/label.cpp b/src/gui/widgets/label.cpp index 6491504c..939e9fc0 100644 --- a/src/gui/widgets/label.cpp +++ b/src/gui/widgets/label.cpp @@ -24,6 +24,7 @@ Label::Label() { + setForegroundColor(Theme::getThemeColor(Theme::TEXT)); } Label::Label(const std::string &caption) : -- cgit v1.2.3-70-g09d2