From cf126fe4ceb935ed360ca07e99dc68f9cc9f44b2 Mon Sep 17 00:00:00 2001 From: John Date: Wed, 3 Mar 2021 14:26:51 +0000 Subject: [PATCH] =?UTF-8?q?B2021-027=20Catawba=20=E2=80=93=20AER=20steps?= =?UTF-8?q?=20that=20do=20not=20have=20Cautions=20or=20Notes=20above=20it,?= =?UTF-8?q?=20but=20do=20have=20an=20RNO=20with=20Cautions=20or=20Notes,?= =?UTF-8?q?=20was=20not=20aligned=20properly.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- PROMS/Volian.Print.Library/vlnParagraph.cs | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 8dce93a3..350fdaa8 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -4301,13 +4301,15 @@ namespace Volian.Print.Library yoff += adj; if (MyTab != null) MyTab.YOffset = ChildrenRight[0].YOffset; if (PartsRight.Count > 0) PartsRight[0].YOffset = ChildrenRight[0].YOffset; - //B2020-160 use YTopMost instead of Yoffset and if there are children above - // get the minimun value between the AER and RNO YtopMost. + //B2020-160 use YTopMost instead of Yoffset if there are children above. + // Get the minimun value between the AER and RNO YtopMost. // example. Calvert AOP-7E/XIII/Step A5.h Unit 2 Approved set + //B2021-027 use YOffset if there isn't any children above (AER). + // example: Catawba Unit 1 AP’s; AP/1/A/5500/050; Enclosure 8 step 1 if (ChildrenAbove.Count == 0) - YTopMost = ChildrenRight[0].ChildrenAbove[0].YTopMost;//YOffset; + YTopMost = ChildrenRight[0].ChildrenAbove[0].YOffset; //B2021-027 else - YTopMost = Math.Min(ChildrenAbove[0].YTopMost,ChildrenRight[0].ChildrenAbove[0].YTopMost);//YOffset; + YTopMost = Math.Min(ChildrenAbove[0].YTopMost, ChildrenRight[0].ChildrenAbove[0].YTopMost); //B2020-160 } } // if this hls had a box drawn, add a line for substeps.