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)