F2024-043 Corrected box around second level continuous action sub-step.
This commit is contained in:
@@ -6635,6 +6635,17 @@ namespace VEPROMS.CSLA.Library
|
||||
return LazyLoad(ref _UseEntireSectionNum, "TabData/@UseEntireSectionNum");
|
||||
}
|
||||
}
|
||||
// this will remove white space before/after the tab value
|
||||
// put in for Vogtal Units 3 & 4 formats for continuous action sub-steps
|
||||
// they have tab value within parenthesis and for a single digit/letter we don't want the white steps before or after it
|
||||
private LazyLoad<bool> _TrimSeqTabValue;
|
||||
public bool TrimSeqTabValue
|
||||
{
|
||||
get
|
||||
{
|
||||
return LazyLoad(ref _TrimSeqTabValue, "TabData/@TrimSeqTabValue");
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
#endregion
|
||||
|
Reference in New Issue
Block a user