This commit is contained in:
2012-04-11 10:42:57 +00:00
parent 10e0736193
commit b4d5b3f70a
2 changed files with 19 additions and 1 deletions

View File

@@ -989,7 +989,6 @@ namespace Volian.Print.Library
// there may be other places that double space, but this supports it for RNOs (the DoubleRNOspace flag)
if (rnoLevel > maxRNO && itemInfo.FormatStepData.DoubleSpace) yoff = YOffset = yoff + SixLinesPerInch;
}
if (itemInfo.ItemID == 191) Console.WriteLine("here");
AddMacros(itemInfo, mytab);
if (mytab != null)
{