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
Original issue reported on code.google.com by
vaandefa...@gmail.com
on 15 Jul 2011 at 1:20