Made LossOfAC step type an Unnumbered High Level step.

Code cleanup.
This commit is contained in:
John Jenko 2016-04-11 20:37:33 +00:00
parent 680056cd2c
commit ce2f89f848
2 changed files with 1 additions and 1 deletions

Binary file not shown.

View File

@ -193,7 +193,7 @@ namespace Volian.Print.Library
box.MyBox = new Box();
box.DefBox = vlnBox.BoxThin;
StepSectionLayoutData ssld = formatInfo.MyStepSectionLayoutData;
int colR = int.Parse(formatInfo.MyStepSectionLayoutData.ColRTable.Split(",".ToCharArray())[childItemInfo.ColumnMode]);
float colR = float.Parse(formatInfo.MyStepSectionLayoutData.ColRTable.Split(",".ToCharArray())[childItemInfo.ColumnMode]);
int widS = vlnPrintObject.ToInt(formatInfo.MyStepSectionLayoutData.WidSTablePrint, maxRNO);
box.DefEnd = (float)(ssld.ColS + colR + widS + (60 / 4.8));
box.YOffset = yoff - .75F * vlnPrintObject.SixLinesPerInch;