aboutsummaryrefslogtreecommitdiffstats
path: root/src/org/apache/fop/fo/flow/TableCell.java
diff options
context:
space:
mode:
Diffstat (limited to 'src/org/apache/fop/fo/flow/TableCell.java')
-rw-r--r--src/org/apache/fop/fo/flow/TableCell.java4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/org/apache/fop/fo/flow/TableCell.java b/src/org/apache/fop/fo/flow/TableCell.java
index 16aba1704..ccb397b3d 100644
--- a/src/org/apache/fop/fo/flow/TableCell.java
+++ b/src/org/apache/fop/fo/flow/TableCell.java
@@ -260,6 +260,10 @@ public class TableCell extends FObj {
areaContainer.end();
area.addChild(areaContainer);
+ area.setHeight(getHeight());
+ // reset absoluteHeight to beginning of row
+ area.setAbsoluteHeight(areaContainer.getAbsoluteHeight());
+
return new Status(Status.OK);
}