Fixed logic for single column checkoff macro
This commit is contained in:
		@@ -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;
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user