Utilized NoSpaceMultipleRNOs property when printing Comanche Peak data
This commit is contained in:
parent
0e272b7513
commit
135c3f76a0
@ -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)
|
||||
|
Loading…
x
Reference in New Issue
Block a user