Compare commits
2 Commits
1cf3a52afa
...
350b943066
| Author | SHA1 | Date | |
|---|---|---|---|
| 350b943066 | |||
|
|
3a6b1adc47 |
@@ -7098,7 +7098,7 @@ namespace Volian.Print.Library
|
||||
//if (paraLoc.MyParagraph.MyItemInfo.MyPrevious == null) // First substep
|
||||
level = 0;
|
||||
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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user