Logic to adjust the position of the End message when the page is compressed.

Logic to properly handle whether a procedure title should be uppercased
This commit is contained in:
2013-11-01 20:56:15 +00:00
parent abd9d8ec3d
commit 0a71a28480
2 changed files with 8 additions and 2 deletions

View File

@@ -990,6 +990,8 @@ namespace Volian.Print.Library
{
// If the flag is 0 or 1, just put the end message out right below this vlnParagraph:
float msg_yLocation = CalculateYLocation(yPageStart - YBottomMost, yTopMargin);
if (MyPageHelper.YMultiplier < 1)
msg_yLocation += 4;// Robinson - if the page is compressed, we need this adjustment.
// the following is for IP3 - it was commented out so that an update could be put on
// before this was tested.