aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-04 02:20:06 +0100
committerSebastian Geerken <devnull@localhost>2015-01-04 02:20:06 +0100
commita9cd5ace07c664beb87b0b4fbcbff5a9c4213a86 (patch)
treebee9e4148a0e9bce226e219f2b15871410119eb3 /dw/textblock_linebreaking.cc
parentd20a0d5692e2c9bf2c002251bb347529295ca997 (diff)
Size of inline-blocks with left floats: deactivated again, since flawed.
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-rw-r--r--dw/textblock_linebreaking.cc2
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