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 ke...@apache.org on 2001/07/04 09:37:50 UTC

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

keiron      01/07/04 00:37:49

  Modified:    src/org/apache/fop/fo/flow TableBody.java
  Log:
  fixed minor problem with footnote size changes
  
  Revision  Changes    Path
  1.35      +2 -1      xml-fop/src/org/apache/fop/fo/flow/TableBody.java
  
  Index: TableBody.java
  ===================================================================
  RCS file: /home/cvs/xml-fop/src/org/apache/fop/fo/flow/TableBody.java,v
  retrieving revision 1.34
  retrieving revision 1.35
  diff -u -r1.34 -r1.35
  --- TableBody.java	2001/05/16 10:24:52	1.34
  +++ TableBody.java	2001/07/04 07:37:42	1.35
  @@ -1,4 +1,4 @@
  -/*-- $Id: TableBody.java,v 1.34 2001/05/16 10:24:52 keiron Exp $ --
  +/*-- $Id: TableBody.java,v 1.35 2001/07/04 07:37:42 keiron Exp $ --
    *
    * Copyright (C) 2001 The Apache Software Foundation. All rights reserved.
    * For details on use and redistribution please refer to the
  @@ -237,6 +237,7 @@
   
           if (spaceAfter != 0) {
               area.increaseHeight(spaceAfter);
  +            area.setMaxHeight(area.getMaxHeight() - spaceAfter);
           }
   
           if (area instanceof BlockArea) {
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: fop-cvs-help@xml.apache.org