Implement code for DontResetIndentOnNewline for BGE
This commit is contained in:
parent
f3b7e9138f
commit
18e7dbcdad
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user