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