]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
fixes a problem where the table header was not reset if could not
authorKeiron Liddle <keiron@apache.org>
Tue, 18 Sep 2001 10:39:16 +0000 (10:39 +0000)
committerKeiron Liddle <keiron@apache.org>
Tue, 18 Sep 2001 10:39:16 +0000 (10:39 +0000)
fit on first page

git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194468 13f79535-47bb-0310-9956-ffa450edef68

src/org/apache/fop/fo/flow/Table.java

index 7ab0f488fdee15b3f48340f5f7000295a9bf7455..99f69e5f2c4def8a1aa9fe0dd6c7ef44f3a749a2 100644 (file)
@@ -219,6 +219,7 @@ public class Table extends FObj {
                 if (tableHeader != null &&!addedHeader) {
                     if ((status =
                             tableHeader.layout(areaContainer)).isIncomplete()) {
+                        tableHeader.resetMarker();
                         return new Status(Status.AREA_FULL_NONE);
                     }
                     addedHeader = true;