This commit is contained in:
parent
47804ed7ff
commit
9f1fcd9ead
@ -907,7 +907,7 @@ namespace Volian.Print.Library
|
|||||||
if (itemInfo.IsRNOPart)
|
if (itemInfo.IsRNOPart)
|
||||||
{
|
{
|
||||||
// there may be other places that double space, but this supports it for RNOs (the DoubleRNOspace flag)
|
// 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);
|
AddMacros(itemInfo, mytab);
|
||||||
if (mytab != null)
|
if (mytab != null)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user