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: