diff options
author | Jared Adams <jaxad0127@gmail.com> | 2010-08-12 13:59:45 -0600 |
---|---|---|
committer | Jared Adams <jaxad0127@gmail.com> | 2010-08-12 14:00:20 -0600 |
commit | 71595e5db41f503f06401c59090748b46e9731f0 (patch) | |
tree | 52e9f8e0834d07aa41cbd23ff9b91c949770afec /src | |
parent | 2507a15f8cf8728e8006aec7cdef30e484612162 (diff) | |
download | mana-71595e5db41f503f06401c59090748b46e9731f0.tar.gz mana-71595e5db41f503f06401c59090748b46e9731f0.tar.bz2 mana-71595e5db41f503f06401c59090748b46e9731f0.tar.xz mana-71595e5db41f503f06401c59090748b46e9731f0.zip |
Forgot a Label constructor
Diffstat (limited to 'src')
-rw-r--r-- | src/gui/widgets/label.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
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) : |