Null Reference Error
This commit is contained in:
parent
e50264ec9a
commit
362324ac22
@ -82,7 +82,7 @@ namespace Volian.Print.Library
|
||||
// B2018-096 AEP 082.002CD Note Box overlapping Step Box
|
||||
vlnParagraph parent = MyParent.MyParent;
|
||||
if(parent == null) return null;
|
||||
if (!parent.MyItemInfo.FormatStepData.BoxIt) return null;
|
||||
if (parent.MyItemInfo.FormatStepData != null && !parent.MyItemInfo.FormatStepData.BoxIt) return null;
|
||||
if (parent.PartsContainer == null) return null;
|
||||
foreach(vlnPrintObject obj in parent.PartsContainer)
|
||||
if (obj is vlnBox)
|
||||
|
Loading…
x
Reference in New Issue
Block a user