From 11b26a4770c02687c34fd84d41cebae4a84f0458 Mon Sep 17 00:00:00 2001 From: Kathy Date: Thu, 24 May 2012 15:04:21 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/vlnChangeBar.cs | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PROMS/Volian.Print.Library/vlnChangeBar.cs b/PROMS/Volian.Print.Library/vlnChangeBar.cs index 0b8c122c..2ea353d7 100644 --- a/PROMS/Volian.Print.Library/vlnChangeBar.cs +++ b/PROMS/Volian.Print.Library/vlnChangeBar.cs @@ -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(); + XOffset = xoff; + YOffset = yoff; + MyParent = parent; + Messages = new SortedDictionary(); // 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)