From: Keiron Liddle Date: Wed, 4 Jul 2001 07:37:42 +0000 (+0000) Subject: fixed minor problem with footnote size changes X-Git-Tag: PRE_CODEFORMATTING~52 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=ebc6e7ec5afcf37060db6ef9e87d37ab1802c5d7;p=xmlgraphics-fop.git fixed minor problem with footnote size changes git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194327 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/org/apache/fop/fo/flow/TableBody.java b/src/org/apache/fop/fo/flow/TableBody.java index e601bce59..2c40b66a4 100644 --- a/src/org/apache/fop/fo/flow/TableBody.java +++ b/src/org/apache/fop/fo/flow/TableBody.java @@ -237,6 +237,7 @@ public class TableBody extends FObj { if (spaceAfter != 0) { area.increaseHeight(spaceAfter); + area.setMaxHeight(area.getMaxHeight() - spaceAfter); } if (area instanceof BlockArea) {