Pagination Logic associated with steps that are too large to fit on a page but the first substep will fit on a page corrected.
Logic added to align the AER step with an RNO step that has a caution or note.
This commit is contained in:
@@ -1909,8 +1909,14 @@ namespace Volian.Print.Library
|
||||
float yOffRight = yoff;
|
||||
float RnoOffset = ToInt(formatInfo.MyStepSectionLayoutData.ColRTable, maxRNO);
|
||||
if (rnoLevel < maxRNO && itemInfo.RNOs != null)
|
||||
{
|
||||
yOffRight = ChildrenRight.Add(cb, itemInfo.RNOs, XOffset + RnoOffset, YTop, YTop, rnoLevel + 1, maxRNO, formatInfo);
|
||||
|
||||
if (ChildrenRight[0].ChildrenAbove.Count > 0)
|
||||
{
|
||||
YOffset = ChildrenRight[0].YOffset;
|
||||
if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset;
|
||||
}
|
||||
}
|
||||
// Need code to determine if the table will overlap the Right Column if it does then
|
||||
// use YOffRight rather than yoff
|
||||
if (itemInfo.Tables != null)
|
||||
|
Reference in New Issue
Block a user