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.
|
||||
if (parent.MyItemInfo.MyContent.MyGrid != null) yoff -= 6.5F;
|
||||
MyContentByte = cb;
|
||||
_XOffset = xoff;
|
||||
_YOffset = yoff;
|
||||
_MyParent = parent;
|
||||
_Messages = new SortedDictionary<float, vlnChangeBarMessage>();
|
||||
XOffset = xoff;
|
||||
YOffset = yoff;
|
||||
MyParent = parent;
|
||||
Messages = new SortedDictionary<float, vlnChangeBarMessage>();
|
||||
// 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)
|
||||
{
|
||||
if (vpo is vlnRNOSeparator)
|
||||
|
Loading…
x
Reference in New Issue
Block a user