Implement code for DontResetIndentOnNewline for BGE

This commit is contained in:
Kathy Ruffing 2015-01-16 15:00:49 +00:00
parent f3b7e9138f
commit 18e7dbcdad

View File

@ -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("<NO TITLE>") && !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;