B2017-203: missing End message if continuous subsections & 2 sections’ end message on same page
This commit is contained in:
@@ -1736,7 +1736,7 @@ namespace Volian.Print.Library
|
||||
{
|
||||
if (nxtItem != null && nxtItem.MyPrevious != null && nxtItem.ActiveFormat.PlantFormat.FormatData.SectData.SectionHeader.Level0Big)
|
||||
localYPageStart -= 12;
|
||||
if (_MyHelper.BottomMessage != null)
|
||||
if (_MyHelper.BottomMessage != null && _MyHelper.BottomMessage.Count != 0)
|
||||
{
|
||||
_MyHelper.DrawBottomMessage(cb);
|
||||
localYPageStart += 12;
|
||||
|
Reference in New Issue
Block a user