bckfnn 2004/09/22 05:00:28
Modified: src/java/org/apache/fop/layoutmgr PageLayoutManager.java
Log:
Save the current number of spans. This fix a bug where multiple spans
were created, one for each toplevel block.
Revision Changes Path
1.49 +1 -0 xml-fop/src/java/org/apache/fop/layoutmgr/PageLayoutManager.java
Index: PageLayoutManager.java
===================================================================
RCS file:
/home/cvs/xml-fop/src/java/org/apache/fop/layoutmgr/PageLayoutManager.java,v
retrieving revision 1.48
retrieving revision 1.49
diff -u -r1.48 -r1.49
--- PageLayoutManager.java 7 Sep 2004 20:47:11 -0000 1.48
+++ PageLayoutManager.java 22 Sep 2004 12:00:28 -0000 1.49
@@ -678,6 +678,7 @@
//}
//else newpos = new MinOptMax();
curSpan = new Span(numCols);
+ curSpanColumns = numCols;
// get Width or Height as IPD for span
RegionViewport rv = curPage.getPage().getRegionViewport(FO_REGION_BODY);
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]