This commit is contained in:
Kathy Ruffing 2011-08-24 11:55:52 +00:00
parent d654f22310
commit aee340fce2

View File

@ -390,7 +390,7 @@ namespace Volian.Print.Library
if (myMsg != null) if (myMsg != null)
{ {
// If the flag is 0 or 1, just put the end message out right below this vlnParagraph: // 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. // use the 'flag' to position the message.
if (docstyle.End.Flag > 2) // >2 position at an absolute location defined by docstyle.End.Flag. if (docstyle.End.Flag > 2) // >2 position at an absolute location defined by docstyle.End.Flag.