All changes are contained in BGE ALN flags: CONDITION/RESPONSE table top continue message improvements; vertical spacing around bulleted items (where everynlines == 99) fix; if previous step is within template & this is not (and has same type) use template definition (only for Calvert Alarms)

Y location Adjustments for Calvert Alarms ‘CONDITION/RESPONSE table top continue messages
This commit is contained in:
2014-08-18 13:35:10 +00:00
parent a33347b22a
commit 8ee514f476
2 changed files with 31 additions and 6 deletions

View File

@@ -564,11 +564,13 @@ namespace Volian.Print.Library
}
if (TopMessageSub1 != null)
{
TopMessageSub1.YOffset = AlarmYoffStart - 3 * vlnPrintObject.SixLinesPerInch;
TopMessageSub1.ToPdf(cb, 0, ref tmp, ref tmp);
TopMessageSub1 = null; // Only output it once.
}
if (TopMessageSub2 != null)
{
TopMessageSub2.YOffset = AlarmYoffStart - 3 * vlnPrintObject.SixLinesPerInch;
TopMessageSub2.ToPdf(cb, 0, ref tmp, ref tmp);
TopMessageSub2 = null; // Only output it once.
}