From f030154fe727e25a2afe1f78b3998c2d2dba95e4 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Tue, 18 Aug 2009 09:24:15 +0000 Subject: astyle cleanup, corrects not loading of material textures --- src/ui/label.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui/label.cc') 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()); } -- cgit v1.2.3