Fixed a null reference error during print
This commit is contained in:
parent
f97dc5780d
commit
7bfc62e1b8
@ -440,7 +440,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
}
|
||||
// MNS Pagination - Mike Weiner Case 1b to keep substeps together on one page
|
||||
if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.PutOnPageByItself && !paraBreak.MyParent.MyItemInfo.IsHigh)
|
||||
if (MyItemInfo.ActiveFormat.MyStepSectionLayoutData.PutOnPageByItself && !paraBreak.MyParent.MyItemInfo.IsHigh && !paraBreak.MyItemInfo.IsHigh)
|
||||
{
|
||||
vlnParagraph firstLevel = paraBreak.MyParent;
|
||||
while (firstLevel.MyItemInfo.IsInRNO) firstLevel = firstLevel.MyParent;
|
||||
|
Loading…
x
Reference in New Issue
Block a user