This commit is contained in:
parent
d654f22310
commit
aee340fce2
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user