This commit is contained in:
Kathy Ruffing 2012-05-24 15:04:21 +00:00
parent 7c6d40c27f
commit 11b26a4770

View File

@ -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)