AlivePDF
AlivePDF copied to clipboard
addRow() in PDF.as path (rev277)
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