From d0f30dc0837398dba9232800dbf9a430b81fb56f Mon Sep 17 00:00:00 2001 From: Kathy Date: Mon, 2 Feb 2015 17:12:43 +0000 Subject: [PATCH] =?UTF-8?q?fix=20caution/note=20off=20section=E2=80=99s=20?= =?UTF-8?q?box=20printing=20on=20top=20of=20check=20off=20header.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;