Fixed typo

This commit is contained in:
Rich 2013-11-12 20:14:12 +00:00
parent d9a10aca59
commit 736608b71d

View File

@ -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;