From 823765175958a75ab05573a06403883d96098864 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sat, 10 Jan 2009 15:34:18 +0000 Subject: minor ui cleanups --- src/ui/inputbox.cc | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/ui/inputbox.cc') 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) -- cgit v1.2.3