Subject: | Cell props lost after do_leftovers |
Linux encompass.nextstepinnovation.com 2.6.18-238.5.1.el5 #1 SMP Fri Apr
1 18:42:32 EDT 2011 i686 i686 i386 GNU/Linux
perl v5.8.8
PDF::Table v 0.9.3, line 624
The cell_props values are being accidentally shifted by 1 row when the
do_leftovers value is set to 1.
I want a particular row's background color to be unique. This works
fine setting cell_props values. However, when a row spans two pages and
generates leftovers, the unique row loses it background color to the row
before it.
Line 624 cant be modified to the following to fix this problem:
$row_cnt++ unless ( $first_row || $do_leftovers);
Thanks!