Browse Source

Reactivating table-row background.


git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/branches/Temp_KnuthStylePageBreaking@198625 13f79535-47bb-0310-9956-ffa450edef68
Temp_KnuthStylePageBreaking
Jeremias Maerki 19 years ago
parent
commit
4334502a08

+ 1
- 1
src/java/org/apache/fop/layoutmgr/table/TableContentLayoutManager.java View File

@@ -665,7 +665,7 @@ public class TableContentLayoutManager {
lastRowHeight = actualRowHeight;
//Add areas for row
//addRowBackgroundArea(rowFO, lastRowHeight, layoutContext.getRefIPD(), yoffset);
addRowBackgroundArea(rowFO, actualRowHeight, layoutContext.getRefIPD(), yoffset);
for (int i = 0; i < gridUnits.length; i++) {
GridUnit currentGU = lastRow.safelyGetGridUnit(i);
if ((gridUnits[i] != null)

Loading…
Cancel
Save