aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-04-18 19:55:09 +0200
committerSebastian Geerken <devnull@localhost>2014-04-18 19:55:09 +0200
commitd391f9468e8e9ee84555b65fc6705411d70f59f7 (patch)
tree10daf1bc0c2f01fae14542333729d9ef4121cfd3
parentee92f426c8d860748a204b008770d7bc2a8f6206 (diff)
RTFL.
-rw-r--r--dw/textblock.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index 41eb7ca0..5b634cb1 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -1432,6 +1432,7 @@ void Textblock::drawLine (Line *line, core::View *view, core::Rectangle *area)
line->firstWord, line->lastWord, words->size (),
xWidget, yWidgetBase);
DBG_MSG_WORD ("draw", 0, "<i>line starts with: </i>", line->firstWord, "");
+ DBG_MSG_WORD ("draw", 0, "<i>line ends with: </i>", line->lastWord, "");
for (int wordIndex = line->firstWord;
wordIndex <= line->lastWord && xWidget < area->x + area->width;