From b32ad8cea04c3f9387fc7401d93a836c35c5ae8c Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Wed, 28 Jan 2009 21:01:11 +0000 Subject: reset pen color on \n --- src/ui/scrollpane.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/ui/scrollpane.cc') diff --git a/src/ui/scrollpane.cc b/src/ui/scrollpane.cc index b4d08d6..d660663 100644 --- a/src/ui/scrollpane.cc +++ b/src/ui/scrollpane.cc @@ -124,6 +124,8 @@ void ScrollPane::draw() lines.push_back(line); line.clear(); line_length = 0; + pen = 'N'; + wordpen = 'N'; // new word } else if (*c == ' ' ) { line += ' '; -- cgit v1.2.3