Fixed typo
This commit is contained in:
parent
d9a10aca59
commit
736608b71d
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user