A code when drawing boxes involving 2 notes or 2 cautions such that VCSummer data and Sharon Harris data created PDFs correctly
This commit is contained in:
parent
ae2922e976
commit
8a14d2a043
@ -85,8 +85,10 @@ namespace Volian.Print.Library
|
|||||||
if (box != null)
|
if (box != null)
|
||||||
{
|
{
|
||||||
box.Height = yoff - box.YOffset; // new height, with children
|
box.Height = yoff - box.YOffset; // new height, with children
|
||||||
//if (childItemInfo.MyHeader != null)
|
if (childItemInfo.MyHeader != null && childItemInfo.MyPrevious != null
|
||||||
// yoff += vlnPrintObject.SixLinesPerInch * 2;
|
&& ((childItemInfo.MyPrevious.IsCaution && childItemInfo.IsCaution) ||
|
||||||
|
(childItemInfo.MyPrevious.IsNote && childItemInfo.IsNote)))
|
||||||
|
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