diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-04 02:20:06 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-04 02:20:06 +0100 |
commit | a9cd5ace07c664beb87b0b4fbcbff5a9c4213a86 (patch) | |
tree | bee9e4148a0e9bce226e219f2b15871410119eb3 | |
parent | d20a0d5692e2c9bf2c002251bb347529295ca997 (diff) |
Size of inline-blocks with left floats: deactivated again, since flawed.
-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 |