git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198624
13f79535-47bb-0310-9956-
ffa450edef68
readyCount++;
int len = ElementListUtils.calcContentLength(
gridUnits[i].getElements(), start[i], end[i]);
+ partLength[i] = len;
+ log.debug("len of part: " + len);
if (start[i] == 0 && lastRow.getExplicitHeight().min > 0) {
len = Math.max(len, lastRow.getExplicitHeight().opt);
}
- partLength[i] = len;
- log.debug("len of part: " + len);
//Now add the borders to the contentLength
if (isSeparateBorderModel()) {