Fixed typo

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

View File

@ -1508,6 +1508,7 @@ namespace Volian.Print.Library
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 }
}
else if (itemInfo.IsFigure) // if a figure we've got to determine the size:
{
string erMsg = null;