aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-10-14 20:08:26 +0200
committerSebastian Geerken <devnull@localhost>2014-10-14 20:08:26 +0200
commit6c5f32b8ec8f9a01ca0ab6107779bfa2eda5299b (patch)
treeab26c5b2c487f61dd1aa2a1cf218b76c1c016460 /dw/textblock.cc
parentd81d40e6849263a18281a5d64b95c2479ee9f120 (diff)
Widget::stackingContextWidget; as well as some cleanup and debug messages.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index a9920a1c..ae4c6cb4 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -1452,8 +1452,8 @@ void Textblock::drawLine (Line *line, core::View *view, core::Rectangle *area)
DBG_OBJ_MSGF ("draw", 1, "line from %d to %d (%d words), at (%d, %d)",
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, "");
+ DBG_MSG_WORD ("draw", 1, "<i>line starts with: </i>", line->firstWord, "");
+ DBG_MSG_WORD ("draw", 1, "<i>line ends with: </i>", line->lastWord, "");
for (int wordIndex = line->firstWord;
wordIndex <= line->lastWord && xWidget < area->x + area->width;