From 18e7dbcdadf6becf30205ec5f343d33e2736e495 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 16 Jan 2015 15:00:49 +0000 Subject: [PATCH] Implement code for DontResetIndentOnNewline for BGE --- 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 37cc3c55..5e19a864 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -2203,6 +2203,7 @@ namespace Volian.Print.Library _MyBoxLeftAdj = float.Parse(itemInfo.ActiveFormat.MyStepSectionLayoutData.BoxLeftAdj); ShowSectionTitles = formatInfo.PlantFormat.FormatData.SectData.StepSectionData.StepSectionLayoutData.ShowSectionTitles || itemInfo.MyDocStyle.ShowSectionTitles; if (itemInfo.IsSection && itemInfo.ActiveSection.DisplayText.ToUpper().Contains("") && !itemInfo.ActiveFormat.PlantFormat.FormatData.ProcData.PrintNoTitle) ShowSectionTitles = false; + HasIndent = itemInfo.IsStep && itemInfo.ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.DontResetIndentOnNewline; int MetaLevel = 0; // if meta section, stores what level this section is. float savCheckListBottomMost = 0;