B2021-067: Null reference crash when printing procedure with all sections set to not applicable.
This commit is contained in:
parent
f4559bdff5
commit
639a7be451
@ -2619,6 +2619,7 @@ namespace Volian.Print.Library
|
||||
}
|
||||
private void LoadSectionTree(ItemInfo ii)
|
||||
{
|
||||
if (ii.Sections == null) return; // B2021-067 crash on null reference
|
||||
foreach (SectionInfo si in ii.Sections)
|
||||
{
|
||||
if (si.IsStepSection)
|
||||
|
Loading…
x
Reference in New Issue
Block a user