C2014-006: for BGE alarms, transition to window should have window with HLS text

Fix B2015-211 (pagination flag to fix step text from overlapping bottom continue message)
This commit is contained in:
2016-06-27 13:18:00 +00:00
parent 4906031916
commit 7e2d6ca977
3 changed files with 17 additions and 1 deletions

View File

@@ -1194,6 +1194,8 @@ namespace Volian.Print.Library
yAddForBtmMsg = myBottomMsgSpace;
else
yAddForBtmMsg = 0;
// The following was added to fix B2015-211: step text was overlapping bottom continue message
if (myPara.MyItemInfo.ActiveFormat.PlantFormat.FormatData.PrintData.SpecialCaseCalvertPagination) yAddForBtmMsg = -myBottomMsgSpace;
spaceOnPage += yAddForBtmMsg;
if (!IsIP3Format)
{