From aee340fce2993ade63213e295dd706842715baec Mon Sep 17 00:00:00 2001 From: Kathy Date: Wed, 24 Aug 2011 11:55:52 +0000 Subject: [PATCH] --- PROMS/Volian.Print.Library/vlnParagraph.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/vlnParagraph.cs b/PROMS/Volian.Print.Library/vlnParagraph.cs index 218f4fbf..72d8cc5d 100644 --- a/PROMS/Volian.Print.Library/vlnParagraph.cs +++ b/PROMS/Volian.Print.Library/vlnParagraph.cs @@ -390,7 +390,7 @@ namespace Volian.Print.Library if (myMsg != null) { // If the flag is 0 or 1, just put the end message out right below this vlnParagraph: - float msg_yLocation = yPageStart - YBottomMost; + float msg_yLocation = CalculateYLocation(yPageStart - YBottomMost, yTopMargin); // use the 'flag' to position the message. if (docstyle.End.Flag > 2) // >2 position at an absolute location defined by docstyle.End.Flag.