From 41ec066d69a78944e86d0d80d563c112d92d1f7b Mon Sep 17 00:00:00 2001 From: Rich Date: Thu, 22 Sep 2016 14:06:30 +0000 Subject: [PATCH] Fixed logic to account for the Section Continue Message at the top of the page. --- PROMS/Volian.Print.Library/Pagination.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/PROMS/Volian.Print.Library/Pagination.cs b/PROMS/Volian.Print.Library/Pagination.cs index d0136d67..9966b8f2 100644 --- a/PROMS/Volian.Print.Library/Pagination.cs +++ b/PROMS/Volian.Print.Library/Pagination.cs @@ -1106,6 +1106,7 @@ namespace Volian.Print.Library yTop = yTopNew; MyPageHelper.ParaBreaks.Add(paraBreak); ySpaceOnNextPage1 -= paraBreak.GetSectionTopMessageSize(); // B2016-134: Account for wcntraining section top continue on substep containers (notes/cautions) + if (doSectionTitleContinued) ySpaceOnNextPage1 -= 2 * SixLinesPerInch; // B2016-195: Account for Section Continue Message ySpaceOnCurPage = ySpaceOnNextPage1; //ySpaceOnCurPage = yPageSize - (myTopMsgSpace + SixLinesPerInch); // Allow for continue message and blank line.