Fixed logic for single column checkoff macro
This commit is contained in:
parent
3af196e003
commit
f695be7f6b
@ -4977,7 +4977,7 @@ namespace VEPROMS.CSLA.Library
|
||||
get
|
||||
{
|
||||
if (_Inherited == null) SetupStepInheritance();
|
||||
return LazyLoad(ref _MacroDef, "@SingleColMacro");
|
||||
return LazyLoad(ref _SingleColMacroDef, "@SingleColMacro");
|
||||
}
|
||||
}
|
||||
private LazyLoad<float?> _MacroXOffSet;
|
||||
|
Loading…
x
Reference in New Issue
Block a user