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:
Kathy Ruffing 2014-09-15 15:48:04 +00:00
parent 2f1be0a3a5
commit bbc56cbf78
3 changed files with 1 additions and 1 deletions

Binary file not shown.

Binary file not shown.

View File

@ -2732,7 +2732,7 @@ namespace VEPROMS.CSLA.Library
if (ActiveFormat.Name.ToUpper() == "WCNCKL" || ActiveFormat.Name.ToUpper() == "WSTCKL") 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.Name.ToUpper() == "WCNCKL" && FormatStepData.StepLayoutData.AlignWithParentTab) tbformat = tbformat.TrimStart(" ".ToCharArray());
} }
if (((ActiveFormat.PlantFormat.FormatData.PurchaseOptions.Value & E_PurchaseOptions.EnhancedBackgrounds) == E_PurchaseOptions.EnhancedBackgrounds) || if (((ActiveFormat.PlantFormat.FormatData.PurchaseOptions.Value & E_PurchaseOptions.EnhancedBackgrounds) == E_PurchaseOptions.EnhancedBackgrounds) ||