From 7994cb1cf4f18421ad703800b399615a024a6b84 Mon Sep 17 00:00:00 2001 From: John Date: Fri, 7 Feb 2014 20:20:13 +0000 Subject: [PATCH] fixed the positioning of some checkoff lines next to substep tabs --- PROMS/Volian.Print.Library/vlnParagraph.cs | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index a5e3cdd9..8bdb7ba0 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1729,8 +1729,12 @@ namespace Volian.Print.Library // DocVersionInfo dvi = proc.ActiveParent as DocVersionInfo; DocVersionInfo dvi = proc.MyDocVersion; ROFstInfo rofst = dvi.DocVersionAssociations[0].MyROFst; + rofst.docVer = dvi; + ROFSTLookup lookup = rofst.ROFSTLookup; + /** Jim's changes //rofst.docVer = dvi; ROFSTLookup lookup = rofst.GetROFSTLookup(dvi); + ***/ string linkInfoText = itemInfo.MyContent.Text.Replace(@"\v ", ""); Match m = Regex.Match(linkInfoText, @"(.*)[#]Link:([A-Za-z]*):(.*)"); if (m.Groups.Count < 4) @@ -1915,6 +1919,7 @@ namespace Volian.Print.Library { YOffset = ChildrenRight[0].YOffset; if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset; + if (PartsRight.Count > 0) PartsRight[0].YOffset = ChildrenRight[0].YOffset; } } // Need code to determine if the table will overlap the Right Column if it does then