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.