git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@194226
13f79535-47bb-0310-9956-
ffa450edef68
} else {
Page page = area.getPage();
layoutFootnote(page, (FootnoteBody)fbody, area);
- }
+ }
}
}
if(fbody == null) {
return false;
} else {
if(area != null) {
- area.setMaxHeight(area.getMaxHeight() - footArea.getHeight());
+ area.setMaxHeight(area.getMaxHeight() - footArea.getHeight() + oldHeight);
}
//bac.setMaxHeight(bac.getMaxHeight() - footArea.getHeight() + oldHeight);
if(bac.getFootnoteState() == 0) {