From 0085a023de04a8ead1fa30c34764afba85063432 Mon Sep 17 00:00:00 2001 From: Kathy Date: Fri, 3 Jan 2014 15:53:05 +0000 Subject: [PATCH] xoffset for numbered rnos fix --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 9289628a..9051e1f4 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -1492,7 +1492,7 @@ namespace Volian.Print.Library XOffset += inc; adjustAgain = false; } - if (itemInfo.FormatStepData.AdjHighLevelTab != null && itemInfo.ColumnMode > 0) + else if (itemInfo.FormatStepData.AdjHighLevelTab != null && itemInfo.ColumnMode > 0) // For Farley (only plant format to use AdjHighLevelTab), determine the xoffset based on // where the right edge of the text is. Their RNO's are numbered with parent numbering // so the calculations for determining the xoffset backs up from the right edge.