B2022-003: BNPPalr - line spacing inconsistency between Explicit And & sub-steps
This commit is contained in:
@@ -6102,6 +6102,14 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _Justify, "StepPrintData/@Justify");
|
||||
}
|
||||
}
|
||||
private LazyLoad<bool> _BlankAfterSubWithSub;
|
||||
public bool BlankAfterSubWithSub // B2022-003: BNPP Alarms (BNPPalr) - incorrect line spacing for substeps off substeps.
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _BlankAfterSubWithSub, "StepPrintData/@BlankAfterSubWithSub");
|
||||
}
|
||||
}
|
||||
}
|
||||
#endregion
|
||||
#region TypeMenu
|
||||
|
Reference in New Issue
Block a user