if the boxes surrounding different notes cautions AND HEADERS are different, add a line between boxes
This commit is contained in:
parent
7348a5f119
commit
ce776ace0e
@ -241,6 +241,8 @@ namespace Volian.Print.Library
|
|||||||
&& ((childItemInfo.MyPrevious.IsCaution && childItemInfo.IsCaution) ||
|
&& ((childItemInfo.MyPrevious.IsCaution && childItemInfo.IsCaution) ||
|
||||||
(childItemInfo.MyPrevious.IsNote && childItemInfo.IsNote) || childItemInfo.FormatStepData.SeparateBox))
|
(childItemInfo.MyPrevious.IsNote && childItemInfo.IsNote) || childItemInfo.FormatStepData.SeparateBox))
|
||||||
yoff += vlnPrintObject.SixLinesPerInch * 2;
|
yoff += vlnPrintObject.SixLinesPerInch * 2;
|
||||||
|
else if (doSeparateBoxHdrChg)
|
||||||
|
yoff += vlnPrintObject.SixLinesPerInch * 2;
|
||||||
}
|
}
|
||||||
box = new vlnBox();
|
box = new vlnBox();
|
||||||
box.MyBox = formatInfo.PlantFormat.FormatData.BoxList[(int)bxIndx];
|
box.MyBox = formatInfo.PlantFormat.FormatData.BoxList[(int)bxIndx];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user