Changed logic so that only the first substep skips the CR header
This commit is contained in:
		@@ -995,7 +995,7 @@ namespace Volian.Print.Library
 | 
			
		||||
								// if the first step in box is what broke to next page, then
 | 
			
		||||
								// don't print the box on this page, only print it on next page:
 | 
			
		||||
								doAlarmBox = true;
 | 
			
		||||
								if (MyItemInfo.MyPrevious == null)
 | 
			
		||||
								if (MyItemInfo.MyPrevious == null && MyParent.HasCalvertMacro)
 | 
			
		||||
									MyPageHelper.AlarmYoffStart = 0;
 | 
			
		||||
								else if (MyPageHelper.AlarmYoffEnd == 0)
 | 
			
		||||
								{
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user