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:
parent
5359e05e77
commit
c6530cd78f
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user