Compare commits
No commits in common. "81c91d7866aab43f325b9e123a8d8a08041bd7ee" and "d07344a88a46370e2fec31c8820f25f3033e52d9" have entirely different histories.
81c91d7866
...
d07344a88a
@ -2953,7 +2953,7 @@ namespace Volian.Print.Library
|
||||
if (ii.Sections == null) return; // B2021-067 crash on null reference
|
||||
foreach (SectionInfo si in ii.Sections)
|
||||
{
|
||||
if (MyPromsPrinter.PrtSectID == -1 || (MyPromsPrinter.PrtSectID > -1 && (ii.ItemID == MyPromsPrinter.PrtSectID || si.ItemID == MyPromsPrinter.PrtSectID)))
|
||||
if (MyPromsPrinter.PrtSectID == -1 || (MyPromsPrinter.PrtSectID > -1 && si.ItemID == MyPromsPrinter.PrtSectID))
|
||||
{
|
||||
if (si.IsStepSection)
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user