yyn0210 / alivepdf

Automatically exported from code.google.com/p/alivepdf
0 stars 0 forks source link

addRow() in PDF.as path (rev277) #324

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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 vaandefa...@gmail.com on 15 Jul 2011 at 1:20