From e8f9bfe49b6818c3711c04cf26211135323df93c Mon Sep 17 00:00:00 2001 From: John Date: Fri, 12 Dec 2014 20:59:58 +0000 Subject: [PATCH] The last pagination change cause more problems. Backed out the last pagination change. --- PROMS/Volian.Print.Library/Pagination.cs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/PROMS/Volian.Print.Library/Pagination.cs b/PROMS/Volian.Print.Library/Pagination.cs index 09c821b5..924e55c6 100644 --- a/PROMS/Volian.Print.Library/Pagination.cs +++ b/PROMS/Volian.Print.Library/Pagination.cs @@ -287,7 +287,8 @@ namespace Volian.Print.Library if (doSectionTitleContinued) { sectionSpace = 3 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage. - if (MyItemInfo.ActiveSection.DisplayText.Length < 40) sectionSpace = SixLinesPerInch; + // Fixing this caused problems with pagination ex Calvert Unit 2 IO-1l section 6.1.B step 2 + //if (MyItemInfo.ActiveSection.DisplayText.Length < 40) sectionSpace = SixLinesPerInch; yPageSizeNextPage -= sectionSpace; yExtra -= sectionSpace; yExtra2 -= sectionSpace;