// B2023-116: Vogtle alarm pagination - sub-steps are separating from their HLS even if there is room for some (not all).
// See comment above for setting of 'alarmPageKeepHighWithSubs'.
if(alarmPageKeepHighWithSubs)
{
// F2024-006: Vogtle Alarms pagination - compare the size of the step and its first sub-step with what we think we have left on the
// page. if not enough room with a continue message then set KeepStepsOnPage to start this step on its own page.
// This solved an issue where the last line of step text was printing on top of the bottom continue message
floatmyFirstPieceSize=GetFirstPieceSize(true);
if(myFirstPieceSize>yWithinMargins)
KeepStepsOnPage=false;
}
else
KeepStepsOnPage=false;
}
// B2023-116: Vogtle alarm pagination - sub-steps are separating from their HLS even if there is room for some (not all). See comment above for setting of
if(!KeepWithHeader&&!KeepStepsOnPage&&mySize-SixLinesPerInch+yEndMsg-tableSpaceAvailable<=yPageSizeNextPage)// if the entire step can fit on one page, do a page break
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.