diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/ui/scrollpane.cc | 2 |
1 files changed, 2 insertions, 0 deletions
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 += ' '; |