From ce2f89f8482009ffeeb4b9d1a9192b3653902590 Mon Sep 17 00:00:00 2001 From: John Date: Mon, 11 Apr 2016 20:37:33 +0000 Subject: [PATCH] Made LossOfAC step type an Unnumbered High Level step. Code cleanup. --- PROMS/Formats/fmtall/CWEall.xml | Bin 57022 -> 57578 bytes PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Formats/fmtall/CWEall.xml b/PROMS/Formats/fmtall/CWEall.xml index 645ee7d2c512d73f7510a99e47c1dc9b5ffebf5c..20485c2e443c7a826fc19ecdb469086d6fada25f 100644 GIT binary patch delta 128 zcmdnDm-*E}<_%WPyb25o3{DLB3>6HX3?-AhJrpM!%&?lwr_D3jp^0a*jkeTe1zQi{ zP=-7PKZa62$PuH5G6F(C{k>) goi`7V%`!R1T7+4NL1FSmLE*^nC!NfD!LDyungxjTA0M_^n5C8xG diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index c3a4315b..6ec4ded2 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -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;