This commit is contained in:
Kathy Ruffing 2011-07-14 16:12:54 +00:00
parent f759fe89a7
commit 0ea20e9401

View File

@ -86,6 +86,9 @@ namespace Volian.Print.Library
}
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;
_XOffset = xoff;
_YOffset = yoff;