Fixed logic for single column checkoff macro

This commit is contained in:
John Jenko 2014-07-23 16:53:07 +00:00
parent 3af196e003
commit f695be7f6b

View File

@ -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;