diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index e00b1095..aeb292c9 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1756,6 +1756,10 @@ namespace Volian.Print.Library cb.Transform(myMatrix); } yPageStart = yTopMargin + YTopMost; + // B2020-001 Catawba had an extra line at the top of a page that paginated on a section (EP/1/A/5000/E0 section B) + // Needed to remove the extra line spacing that is before the start of section B - (section is set for continuous pagination) + if (MyItemInfo.IsSection && MyItemInfo.ActiveFormat.MyStepSectionLayoutData.CustomSpacing) + yPageStart += (float)MyItemInfo.ActiveFormat.PlantFormat.FormatData.StepDataList[25].StepLayoutData.STExtraSpace; DoCheckOffHeader(cb, MyItemInfo, yLocation, yTopMargin, yPageStart); SectionTopMessage(cb, yTopMargin, yLocation); // does wcntraining & suppinfo section title if (MyPageHelper.CreatingSupInfoPage) yPageStart -= (2 * SixLinesPerInch);