Fixed crash on double click of usage list item

Fix missing end message if continuous section.
This commit is contained in:
2012-07-10 13:24:51 +00:00
parent 73084c36eb
commit 2812d5b9d7
4 changed files with 20 additions and 10 deletions

View File

@@ -707,6 +707,12 @@ namespace Volian.Print.Library
}
else
{
if (_MyHelper.BottomMessage != null)
{
_MyHelper.DrawBottomMessage(cb);
localYPageStart += 12;
myParagraph.YBottomMost += 24; // two lines.
}
float tmplocal = localYPageStart;
_NoBreakYOffset = myParagraph.YBottomMost;
float yOffset = localYPageStart - yTopMargin;