From 25b9321efd4b2e7e4f1c2f9b844c8318bca3853b Mon Sep 17 00:00:00 2001 From: Rich Date: Fri, 27 Mar 2015 18:40:08 +0000 Subject: [PATCH] Don't add blank lines before double box high-level step --- PROMS/Volian.Print.Library/vlnParagraph.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 6a74d6f6..21f40e8f 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -367,6 +367,7 @@ namespace Volian.Print.Library int nxtIsBoxed = 2; if (nxt != null && nxt.FormatStepData.StepLayoutData.STBoxindex != null && nxt.FormatStepData.StepLayoutData.STBoxindex >= 0) nxtIsBoxed--; + if (nxt != null && (nxt.MyDocStyle.StructureStyle.Style & E_DocStructStyle.DoubleBoxHLS) == E_DocStructStyle.DoubleBoxHLS) nxtIsBoxed = 0; yoff += (nxtIsBoxed * vlnPrintObject.SixLinesPerInch); } if (childItemInfo.IsSequential && childItemInfo.NextItemCount > 0 && childItemInfo.MyParent.IsHigh && ((childItemInfo.MyDocStyle.StructureStyle.Style & E_DocStructStyle.XBlankW1stLevSub) == E_DocStructStyle.XBlankW1stLevSub))