Changed logic so that only the first substep skips the CR header
This commit is contained in:
parent
b52a05af12
commit
c0c249825c
@ -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)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user