https://issues.apache.org/bugzilla/show_bug.cgi?id=45062


Thomas Martin <[EMAIL PROTECTED]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|[EMAIL PROTECTED]     |




--- Comment #2 from Thomas Martin <[EMAIL PROTECTED]>  2008-06-09 05:03:19 PST 
---

As a fix: needs to put back old constructor settings for TableCell (end+1->end)

Works fine (in TableRow.java)
_cells[cellIndex] = new TableCell(start, end, this, levelNum,
                                        _tprops.getRgtc()[cellIndex],
                                        _tprops.getRgdxaCenter()[cellIndex],
                                       
_tprops.getRgdxaCenter()[cellIndex+1]-_tprops.getRgdxaCenter()[cellIndex]);


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to