Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2009-01-10 15:34:18 +0000
committerStijn Buys <ingar@osirion.org>2009-01-10 15:34:18 +0000
commit823765175958a75ab05573a06403883d96098864 (patch)
treec72d876ab2d33169338e118593501fe95cf72939 /src/ui/inputbox.cc
parent8a64be76cf42b11880aea39f7309b185a8c3b7f5 (diff)
minor ui cleanups
Diffstat (limited to 'src/ui/inputbox.cc')
-rw-r--r--src/ui/inputbox.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/inputbox.cc b/src/ui/inputbox.cc
index 39f8393..968038c 100644
--- a/src/ui/inputbox.cc
+++ b/src/ui/inputbox.cc
@@ -136,6 +136,9 @@ void InputBox::draw()
cursor += (char) 11;
paint::text(v, size(), font(), cursor);
}
+
+ // reset color
+ paint::color(palette()->foreground());
}
bool InputBox::on_keypress(const int key, const unsigned int modifier)