Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/label.cc')
-rw-r--r--src/ui/label.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ui/label.cc b/src/ui/label.cc
index cf9b473..3284d0e 100644
--- a/src/ui/label.cc
+++ b/src/ui/label.cc
@@ -52,7 +52,7 @@ void Label::draw()
{
if (!label_text.size())
return;
-
+
paint::color(palette()->foreground());
paint::label(global_location(), size(), font(), text(), alignment());
}