From 736608b71d2c99b03c0a96016c6f2dd8eeb46e0e Mon Sep 17 00:00:00 2001 From: Rich Date: Tue, 12 Nov 2013 20:14:12 +0000 Subject: [PATCH] Fixed typo --- PROMS/Volian.Print.Library/vlnParagraph.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 505ad2e3..b9aa2639 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1507,7 +1507,8 @@ namespace Volian.Print.Library yoff += (Height + yoffForBorder); //(2 * SixLinesPerInch)); CalculateXOffsetGridOrFigure(itemInfo, maxRNO, formatInfo); bool noborder = MyItemInfo.FormatStepData.Type.ToUpper().Contains("BORDERLESS"); - yoff += (Height + ((noborder?1:2)*SixLinesPerInch)); // RHM 20120925 - Eliminate extra space after Figure } + yoff += (Height + ((noborder ? 1 : 2) * SixLinesPerInch)); // RHM 20120925 - Eliminate extra space after Figure } + } else if (itemInfo.IsFigure) // if a figure we've got to determine the size: { string erMsg = null;