Utilized NoSpaceMultipleRNOs property when printing Comanche Peak data
This commit is contained in:
@@ -1367,6 +1367,7 @@ namespace Volian.Print.Library
|
||||
// line spacing for IP2 foldouts (one example can be found in E-1)
|
||||
if (itemInfo.FormatStepData.DoubleSpace && itemInfo.FormatStepData.SpaceDouble) yoff = YOffset = yoff + SixLinesPerInch;
|
||||
if (!itemInfo.FormatStepData.SpaceDouble && itemInfo.MyParent.IsHigh) yoff = YOffset = yoff - SixLinesPerInch;
|
||||
else if (itemInfo.FormatStepData.NoSpaceMultipleRNOs) yoff = YOffset = yoff - SixLinesPerInch;
|
||||
}
|
||||
AddMacros(itemInfo, mytab);
|
||||
if (mytab != null)
|
||||
|
Reference in New Issue
Block a user