This commit is contained in:
parent
f759fe89a7
commit
0ea20e9401
@ -86,6 +86,9 @@ namespace Volian.Print.Library
|
|||||||
}
|
}
|
||||||
public vlnChangeBar(PdfContentByte cb, vlnParagraph parent, float xoff, float yoff, int msgAlignment)
|
public vlnChangeBar(PdfContentByte cb, vlnParagraph parent, float xoff, float yoff, int msgAlignment)
|
||||||
{
|
{
|
||||||
|
// for grids, a y adjustment is made to match 16bit output, see the variable 'GridTopAdjust'. Take this
|
||||||
|
// adjustment into account for the change bar. 6.5 positioned the change bar to match 16bit output.
|
||||||
|
if (parent.MyItemInfo.MyContent.MyGrid != null) yoff -= 6.5F;
|
||||||
MyContentByte = cb;
|
MyContentByte = cb;
|
||||||
_XOffset = xoff;
|
_XOffset = xoff;
|
||||||
_YOffset = yoff;
|
_YOffset = yoff;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user