Browse Source

Reset previousRowsLength before a new row-group is handled


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@605195 13f79535-47bb-0310-9956-ffa450edef68
tags/fop-0_95beta
Vincent Hennebert 16 years ago
parent
commit
5323aed1fc
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/java/org/apache/fop/layoutmgr/table/TableStepper.java

+ 1
- 0
src/java/org/apache/fop/layoutmgr/table/TableStepper.java View File

@@ -75,6 +75,7 @@ public class TableStepper {
private void setup(int columnCount) {
this.columnCount = columnCount;
this.activeRowIndex = 0;
this.previousRowsLength = 0;
}

/**

Loading…
Cancel
Save