aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock_linebreaking.cc
diff options
context:
space:
mode:
authorJorge Arellano Cid <jcid@dillo.org>2016-06-04 19:33:26 -0400
committerJorge Arellano Cid <jcid@dillo.org>2016-06-04 19:33:26 -0400
commitbff442ac673109f2ea5c0c3fcdbd66f30dfe5eb8 (patch)
tree4ea1c452c99350d1a8a783920edf9a2c7e077826 /dw/textblock_linebreaking.cc
parent306c457518884e82a2e8365555db183ec7da820d (diff)
imported patch renames
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 fddfb44f..5e921961 100644
--- a/dw/textblock_linebreaking.cc
+++ b/dw/textblock_linebreaking.cc
@@ -2120,7 +2120,7 @@ void Textblock::calcBorders (int lastOofRef, int height)
newLineLeftBorder =
max (newLineLeftBorder,
oofm->getLeftBorder (y, height, this, effOofRef)
- - getGeneratorX (i));
+ - getC0RelX (i));
newLineLeftFloatHeight =
max (newLineLeftFloatHeight,
oofm->getLeftFloatHeight (y, height, this, effOofRef));