Fixed tabs on V.C. Summer Notes and Cautions
This commit is contained in:
parent
a5eadb3871
commit
37df3cd624
@ -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();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user