if the boxes surrounding different notes cautions AND HEADERS are different, add a line between boxes

This commit is contained in:
Kathy Ruffing 2015-02-13 14:42:25 +00:00
parent 7348a5f119
commit ce776ace0e

View File

@ -241,6 +241,8 @@ namespace Volian.Print.Library
&& ((childItemInfo.MyPrevious.IsCaution && childItemInfo.IsCaution) ||
(childItemInfo.MyPrevious.IsNote && childItemInfo.IsNote) || childItemInfo.FormatStepData.SeparateBox))
yoff += vlnPrintObject.SixLinesPerInch * 2;
else if (doSeparateBoxHdrChg)
yoff += vlnPrintObject.SixLinesPerInch * 2;
}
box = new vlnBox();
box.MyBox = formatInfo.PlantFormat.FormatData.BoxList[(int)bxIndx];