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:
@@ -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.
|
||||
|
Reference in New Issue
Block a user