git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@210078
13f79535-47bb-0310-9956-
ffa450edef68
newStartPos = 0;
}
log.debug("Restarting at " + restartPoint + ", new start position: " + newStartPos);
-
+
+ //Handle page break right here to avoid any side-effects
+ handleBreakTrait(EN_PAGE);
+ pageBreakHandled = true;
+ //Update so the available BPD is reported correctly
+ pvProvider.setStartOfNextElementList(currentPageNum,
+ curPV.getCurrentSpan().getCurrentFlowIndex());
+
//Restart last page
PageBreakingAlgorithm algRestart = new BalancingColumnBreakingAlgorithm(
getTopLevelLM(),