diff options
-rw-r--r-- | dw/textblock_linebreaking.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock_linebreaking.cc b/dw/textblock_linebreaking.cc index 1bf4dab6..ee91d596 100644 --- a/dw/textblock_linebreaking.cc +++ b/dw/textblock_linebreaking.cc @@ -442,7 +442,7 @@ Textblock::Line *Textblock::addLine (int firstWord, int lastWord, // The correction in sizeAllocateImpl() is irrelevant in this // regard. Also, right floats are not regarded here, but in // OutOfFlowMgr::getSize(), - lineWidth += line->textOffset; + //lineWidth += line->textOffset; -- TODO: Does not work! if (lines->size () == 1) { // first line |