]> source.dussan.org Git - xmlgraphics-fop.git/commitdiff
Reset previousRowsLength before a new row-group is handled
authorVincent Hennebert <vhennebert@apache.org>
Tue, 18 Dec 2007 11:56:38 +0000 (11:56 +0000)
committerVincent Hennebert <vhennebert@apache.org>
Tue, 18 Dec 2007 11:56:38 +0000 (11:56 +0000)
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605195 13f79535-47bb-0310-9956-ffa450edef68

src/java/org/apache/fop/layoutmgr/table/TableStepper.java

index d4ed460b40b141d56d5307d59aa40c18d9265533..35bf4c8441bfbacba6ac958ebcd4c0c04e5397fd 100644 (file)
@@ -75,6 +75,7 @@ public class TableStepper {
     private void setup(int columnCount) {
         this.columnCount = columnCount;
         this.activeRowIndex = 0;
+        this.previousRowsLength = 0;
     }
 
     /**