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:
@@ -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.
|
||||
}
|
||||
|
Reference in New Issue
Block a user