diff options
Diffstat (limited to 'src/ui/inputbox.cc')
-rw-r--r-- | src/ui/inputbox.cc | 3 |
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) |