AlivePDF icon indicating copy to clipboard operation
AlivePDF copied to clipboard

addRow() in PDF.as path (rev277)

Open GoogleCodeExporter opened this issue 10 years ago • 0 comments

Revision 277 in PDF.as in addRow function:

The text inside a header cell is based on rowHeight instead of headerHeight.

replace:

addMultiCell(w,currentGrid.rowHeight,cell.text,0,a);

by:

addMultiCell(w,h,cell.text,0,a);

++

Original issue reported on code.google.com by [email protected] on 15 Jul 2011 at 1:20

GoogleCodeExporter avatar Oct 22 '15 18:10 GoogleCodeExporter