Fix B2014-103: Notes have extra ‘Note’ tabs
fix asterisk hls, bulletted hls and location of change bar/change id on some hls
This commit is contained in:
@@ -2732,7 +2732,7 @@ namespace VEPROMS.CSLA.Library
|
||||
|
||||
if (ActiveFormat.Name.ToUpper() == "WCNCKL" || ActiveFormat.Name.ToUpper() == "WSTCKL")
|
||||
{
|
||||
tbformat = FormatStepData.TabData.IdentEdit;
|
||||
if (!IsNote && !IsCaution) tbformat = FormatStepData.TabData.IdentEdit;
|
||||
if (ActiveFormat.Name.ToUpper() == "WCNCKL" && FormatStepData.StepLayoutData.AlignWithParentTab) tbformat = tbformat.TrimStart(" ".ToCharArray());
|
||||
}
|
||||
if (((ActiveFormat.PlantFormat.FormatData.PurchaseOptions.Value & E_PurchaseOptions.EnhancedBackgrounds) == E_PurchaseOptions.EnhancedBackgrounds) ||
|
||||
|
Reference in New Issue
Block a user