When a break occurs in the middle of an RNO and AER Sequence start the next page at the highest remaining content including any separators like "OR" or "AND".

This commit is contained in:
Rich 2015-06-05 17:20:31 +00:00
parent 5359e05e77
commit c6530cd78f

View File

@ -2316,7 +2316,7 @@ namespace Volian.Print.Library
else // RHM20150507 Table Scrunch
_MyLog.WarnFormat("Step Could Have Fit {0}, {1}", MyItemInfo.ItemID, MyItemInfo.ShortPath);
else if (!vPara.Processed && ((vPara.YOffset) < YTopMost))
retval = Math.Min(retval, vPara.YOffset);
retval = Math.Min(retval, vPara.YTopMost);
}
foreach (vlnParagraph vPara in process)
{