B2021-067: Null reference crash when printing procedure with all sections set to not applicable.

This commit is contained in:
Kathy Ruffing 2021-06-18 12:27:41 +00:00
parent f4559bdff5
commit 639a7be451

View File

@ -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)