fixed null reference
This commit is contained in:
@@ -2157,7 +2157,7 @@ namespace VEPROMS.CSLA.Library
|
||||
if (FormatStepData.StepLayoutData.AlignWithParentTab) tbformat = tbformat.TrimStart(" ".ToCharArray());
|
||||
}
|
||||
// rno gets parent tab
|
||||
if (IsRNOPart)
|
||||
if (IsRNOPart && FormatStepData.NumberSubs)
|
||||
{
|
||||
try
|
||||
{
|
||||
|
Reference in New Issue
Block a user