You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-commits@xmlgraphics.apache.org by ar...@locus.apache.org on 2000/06/14 03:58:53 UTC

cvs commit: xml-fop/src/org/apache/fop/fo/flow TableRow.java

arved       00/06/13 18:58:53

  Modified:    src/org/apache/fop/fo/flow TableRow.java
  Log:
  NEW: Simple link mods
  
  Revision  Changes    Path
  1.13      +3 -1      xml-fop/src/org/apache/fop/fo/flow/TableRow.java
  
  Index: TableRow.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableRow.java,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- TableRow.java	2000/05/23 17:14:11	1.12
  +++ TableRow.java	2000/06/14 01:58:53	1.13
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableRow.java,v 1.12 2000/05/23 17:14:11 gears Exp $ -- 
  +/*-- $Id: TableRow.java,v 1.13 2000/06/14 01:58:53 arved Exp $ -- 
   
    ============================================================================
                      The Apache Software License, Version 1.1
  @@ -151,6 +151,8 @@
           areaContainer.setBorderWidth(borderWidth, borderWidth, borderWidth, borderWidth); 
           areaContainer.setBorderColor(borderColor, borderColor, borderColor, borderColor); 
   	areaContainer.start();
  +
  +        areaContainer.setAbsoluteHeight(area.getAbsoluteHeight());
   
   	int numChildren = this.children.size();
   	if (numChildren != columns.size()) {