From 346143676c0abcb93d2d00c8fc345f471145086a Mon Sep 17 00:00:00 2001 From: Sebastian Geerken Date: Tue, 23 Sep 2014 14:54:36 +0200 Subject: Adjust extra space when correcting requisition by widgets OOF. --- dw/alignedtablecell.cc | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'dw/alignedtablecell.cc') diff --git a/dw/alignedtablecell.cc b/dw/alignedtablecell.cc index 08750faa..e7ab2741 100644 --- a/dw/alignedtablecell.cc +++ b/dw/alignedtablecell.cc @@ -129,6 +129,11 @@ int AlignedTableCell::applyPerHeight (int containerHeight, return tablecell::applyPerHeight (this, containerHeight, perHeight); } +bool AlignedTableCell::adjustExtraSpaceWhenCorrectingRequisitionByOOF () +{ + return tablecell::adjustExtraSpaceWhenCorrectingRequisitionByOOF (); +} + int AlignedTableCell::wordWrap(int wordIndex, bool wrapAll) { Textblock::Word *word; -- cgit v1.2.3