This commit is contained in:
parent
7c6d40c27f
commit
11b26a4770
@ -90,12 +90,12 @@ namespace Volian.Print.Library
|
|||||||
// adjustment into account for the change bar. 6.5 positioned the change bar to match 16bit output.
|
// adjustment into account for the change bar. 6.5 positioned the change bar to match 16bit output.
|
||||||
if (parent.MyItemInfo.MyContent.MyGrid != null) yoff -= 6.5F;
|
if (parent.MyItemInfo.MyContent.MyGrid != null) yoff -= 6.5F;
|
||||||
MyContentByte = cb;
|
MyContentByte = cb;
|
||||||
_XOffset = xoff;
|
XOffset = xoff;
|
||||||
_YOffset = yoff;
|
YOffset = yoff;
|
||||||
_MyParent = parent;
|
MyParent = parent;
|
||||||
_Messages = new SortedDictionary<float, vlnChangeBarMessage>();
|
Messages = new SortedDictionary<float, vlnChangeBarMessage>();
|
||||||
// if there is an RNO separator, add the separator's height in too.
|
// if there is an RNO separator, add the separator's height in too.
|
||||||
_Height = parent.Height * MyPageHelper.YMultiplier + (parent.MyItemInfo.IsFigure?SixLinesPerInch:0);
|
Height = parent.Height * MyPageHelper.YMultiplier + (parent.MyItemInfo.IsFigure?SixLinesPerInch:0);
|
||||||
foreach (vlnPrintObject vpo in parent.PartsBelow)
|
foreach (vlnPrintObject vpo in parent.PartsBelow)
|
||||||
{
|
{
|
||||||
if (vpo is vlnRNOSeparator)
|
if (vpo is vlnRNOSeparator)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user