B2023-091: Vogtle Alarms pagination fix #109
@ -7098,7 +7098,7 @@ namespace Volian.Print.Library
|
|||||||
//if (paraLoc.MyParagraph.MyItemInfo.MyPrevious == null) // First substep
|
//if (paraLoc.MyParagraph.MyItemInfo.MyPrevious == null) // First substep
|
||||||
level = 0;
|
level = 0;
|
||||||
else
|
else
|
||||||
level = AlarmPagination?3:1; // B2023-088 make it easier to break on a sequential for alarms
|
level = 1; // AlarmPagination?3:1; // B2023-091: backout B2023-088 make it easier to break on a sequential for alarms
|
||||||
}
|
}
|
||||||
else if (AlarmPagination && paraLoc.MyParagraph.MyItemInfo.IsSubStep)
|
else if (AlarmPagination && paraLoc.MyParagraph.MyItemInfo.IsSubStep)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user