Added a flag BoldTransitionsExceptBoldHLS
This commit is contained in:
parent
ce099ed78e
commit
222a387972
@ -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<bool> _BoldTransitionExceptBoldHLS;
|
||||
public bool BoldTransitionExceptBoldHLS
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _BoldTransitionExceptBoldHLS, "@BoldTransitionExceptBoldHLS");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _AdjustStepTransitionText;
|
||||
public bool AdjustStepTransitionText
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user