Fixed pagination bug for calvert OI unit one procedure OI-8A section 6.2.B.3
This commit is contained in:
parent
7145beac7b
commit
763223fdd0
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user