Fixed pagination bug for calvert OI unit one procedure OI-8A section 6.2.B.3

This commit is contained in:
John Jenko 2014-12-12 17:05:57 +00:00
parent 7145beac7b
commit 763223fdd0

View File

@ -287,6 +287,7 @@ namespace Volian.Print.Library
if (doSectionTitleContinued) if (doSectionTitleContinued)
{ {
sectionSpace = 3 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage. sectionSpace = 3 * SixLinesPerInch;// this should actuall use the physical size of the continue messsage.
if (MyItemInfo.ActiveSection.DisplayText.Length < 40) sectionSpace = SixLinesPerInch;
yPageSizeNextPage -= sectionSpace; yPageSizeNextPage -= sectionSpace;
yExtra -= sectionSpace; yExtra -= sectionSpace;
yExtra2 -= sectionSpace; yExtra2 -= sectionSpace;