diff options
Diffstat (limited to 'src/java/org/apache/fop/layoutmgr/table/TableStepper.java')
-rw-r--r-- | src/java/org/apache/fop/layoutmgr/table/TableStepper.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/java/org/apache/fop/layoutmgr/table/TableStepper.java b/src/java/org/apache/fop/layoutmgr/table/TableStepper.java index 554ae4069..03c04e188 100644 --- a/src/java/org/apache/fop/layoutmgr/table/TableStepper.java +++ b/src/java/org/apache/fop/layoutmgr/table/TableStepper.java @@ -359,7 +359,7 @@ public class TableStepper { clearBreakCondition(); } //returnList.add(new KnuthPenalty(effPenaltyLen, p, false, penaltyPos, false)); - returnList.add(new BreakElement(penaltyPos, effPenaltyLen, p, 0, context)); + returnList.add(new BreakElement(penaltyPos, effPenaltyLen, p, -1, context)); log.debug("step=" + step + " (+" + increase + ")" + " box=" + boxLen |