diff options
author | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
---|---|---|
committer | Jorge Arellano Cid <jcid@dillo.org> | 2016-06-04 19:33:26 -0400 |
commit | bff442ac673109f2ea5c0c3fcdbd66f30dfe5eb8 (patch) | |
tree | 4ea1c452c99350d1a8a783920edf9a2c7e077826 /dw/textblock_linebreaking.cc | |
parent | 306c457518884e82a2e8365555db183ec7da820d (diff) |
imported patch renames
Diffstat (limited to 'dw/textblock_linebreaking.cc')
-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 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)); |