Changed logic so that only the first substep skips the CR header

This commit is contained in:
Rich 2014-08-19 19:23:32 +00:00
parent b52a05af12
commit c0c249825c

View File

@ -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)
{