The last pagination change cause more problems. Backed out the last pagination change.

This commit is contained in:
John Jenko 2014-12-12 20:59:58 +00:00
parent 003ce41d6b
commit e8f9bfe49b

View File

@ -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;