From 33688179eafe732e3d69c6bb75229bba8fe80cc3 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 10 May 2013 12:32:29 +0000 Subject: [PATCH] Bug fix B2013-091, for Ginna EOPs, the bottom row of the boxed Cautions was not positioned correctly when the step was compressed. --- PROMS/Volian.Print.Library/vlnBox.cs | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnBox.cs b/PROMS/Volian.Print.Library/vlnBox.cs index e23e8c40..fff24d57 100644 --- a/PROMS/Volian.Print.Library/vlnBox.cs +++ b/PROMS/Volian.Print.Library/vlnBox.cs @@ -105,7 +105,10 @@ namespace Volian.Print.Library // this box is not drawn, it is a series of asterisks drawn above and below text. // For this box, there are no vertical edges (RGE uses this box type) top = CalculateYOffset(yPageStart, yTopMargin); - bottom = top - Height; + // Bug fix B2013-091 + // added YMultiplier to handle compress pages + // bottom row of asterisks was in non-compressed line location + bottom = top - (Height * MyPageHelper.YMultiplier);//Height; VE_Font vf = MyParent.MyItemInfo.FormatStepData.Font; // Top line first: