C2025-022-Remove-UCF-2
This commit is contained in:
@@ -4459,11 +4459,11 @@ namespace Volian.Print.Library
|
||||
}
|
||||
}
|
||||
// if there is ucf value for adjusting the alignment for checkoffs, use it:
|
||||
FormatConfig fc = PlantFormat.GetFormatConfig(formatInfo);
|
||||
if (fc != null && fc.PlantFormat.FormatData.CheckOffXOffAdj != null)
|
||||
{
|
||||
if (co.Index > 99) xloc_co += ((float)fc.PlantFormat.FormatData.CheckOffXOffAdj * 72);
|
||||
}
|
||||
//FormatConfig fc = PlantFormat.GetFormatConfig(formatInfo);
|
||||
//if (fc != null && fc.PlantFormat.FormatData.CheckOffXOffAdj != null)
|
||||
//{
|
||||
// if (co.Index > 99) xloc_co += ((float)fc.PlantFormat.FormatData.CheckOffXOffAdj * 72);
|
||||
//}
|
||||
|
||||
// CheckOffXtraLines was introduced for the additional lines needed for the longer signoffs
|
||||
// for VCBA (&WST1), for F2016-061.
|
||||
|
Reference in New Issue
Block a user