Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/ui/scrollpane.cc2
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 += ' ';