This commit is contained in:
Kathy Ruffing 2011-09-23 13:58:25 +00:00
parent 47804ed7ff
commit 9f1fcd9ead

View File

@ -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)