B2017-203: missing End message if continuous subsections & 2 sections’ end message on same page

This commit is contained in:
2017-09-12 13:02:48 +00:00
parent 8fd0230aa0
commit c87ec88245
4 changed files with 24 additions and 17 deletions

View File

@@ -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;