diff --git a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs index 83499e2f..b268462a 100644 --- a/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs +++ b/PROMS/VEPROMS.CSLA.Library/Extension/ItemExt.cs @@ -3078,8 +3078,11 @@ namespace VEPROMS.CSLA.Library else _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; TabToIdentBAdjustFont();