Fixed tabs on V.C. Summer Notes and Cautions

This commit is contained in:
John Jenko 2014-01-31 19:10:11 +00:00
parent a5eadb3871
commit 37df3cd624

View File

@ -3078,8 +3078,11 @@ namespace VEPROMS.CSLA.Library
else else
_MyHeader = null; _MyHeader = null;
} }
else if (this.NextItem == null)
tbformat = "";
} }
if (!this.FormatStepData.SeparateBox) if (!this.FormatStepData.SeparateBox &&
(tbformat == nextTbFormat || tbformat == prevTbFormat))
{ {
tbformat = ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.IdentB; tbformat = ActiveFormat.PlantFormat.FormatData.SectData.StepSectionData.IdentB;
TabToIdentBAdjustFont(); TabToIdentBAdjustFont();