diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 4d92cd6d..a9ed7c40 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -3353,7 +3353,7 @@ namespace Volian.Print.Library if (cohead != MyPageHelper.PageListLastCheckOffHeader) { font = mySectionInfo.ActiveFormat.PlantFormat.FormatData.ProcData.CheckOffData.CheckOffHeaderList[sindx].Font; - float chkOffY = CalculateYLocation(YTopMost, yTopMargin); + float chkOffY = CalculateYLocation(YTop, yTopMargin); if (MyPageHelper.YMultiplier != 1) { chkOffY = -1 + yTopMargin - (yTopMargin - yLocation) * MyPageHelper.YMultiplier;