The last pagination change cause more problems. Backed out the last pagination change.
This commit is contained in:
parent
003ce41d6b
commit
e8f9bfe49b
@ -287,7 +287,8 @@ 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;
|
// 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;
|
yPageSizeNextPage -= sectionSpace;
|
||||||
yExtra -= sectionSpace;
|
yExtra -= sectionSpace;
|
||||||
yExtra2 -= sectionSpace;
|
yExtra2 -= sectionSpace;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user