diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index c62949c5..4e3ef0a5 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -907,7 +907,7 @@ namespace Volian.Print.Library if (itemInfo.IsRNOPart) { // there may be other places that double space, but this supports it for RNOs (the DoubleRNOspace flag) - if (rnoLevel > 1 && itemInfo.FormatStepData.DoubleSpace) yoff = YOffset = yoff + SixLinesPerInch; + if (rnoLevel > maxRNO && itemInfo.FormatStepData.DoubleSpace) yoff = YOffset = yoff + SixLinesPerInch; } AddMacros(itemInfo, mytab); if (mytab != null)