diff --git a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs index cd81f425..9f746944 100644 --- a/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs +++ b/PROMS/VEPROMS.CSLA.Library/Format/PlantFormat.cs @@ -6295,6 +6295,15 @@ namespace VEPROMS.CSLA.Library return LazyLoad(ref _BoldTransitionExceptHLS, "@BoldTransitionExceptHLS"); } } + // B2017-269 Don't bold transition if font for step is bold + private LazyLoad _BoldTransitionExceptBoldHLS; + public bool BoldTransitionExceptBoldHLS + { + get + { + return LazyLoad(ref _BoldTransitionExceptBoldHLS, "@BoldTransitionExceptBoldHLS"); + } + } private LazyLoad _AdjustStepTransitionText; public bool AdjustStepTransitionText {