diff options
author | Jeremias Maerki <jeremias@apache.org> | 2006-11-06 13:33:12 +0000 |
---|---|---|
committer | Jeremias Maerki <jeremias@apache.org> | 2006-11-06 13:33:12 +0000 |
commit | 9013b27ff94fb3bf49e5e2576c7d1a167c922d8b (patch) | |
tree | c998bdb08e71fe225cb582886f3406caef1d4652 /status.xml | |
parent | 7fa5e7067421af756f6cf24d45d415ecf8531547 (diff) | |
download | xmlgraphics-fop-9013b27ff94fb3bf49e5e2576c7d1a167c922d8b.tar.gz xmlgraphics-fop-9013b27ff94fb3bf49e5e2576c7d1a167c922d8b.zip |
Bugfix: Fixed bug when the sum of column widths of a table is larger than the specified widths. The table width was not adjusted.
git-svn-id: https://svn.apache.org/repos/asf/xmlgraphics/fop/trunk@471725 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'status.xml')
-rw-r--r-- | status.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/status.xml b/status.xml index aad3e3d58..419dae43a 100644 --- a/status.xml +++ b/status.xml @@ -29,6 +29,10 @@ <changes> <release version="FOP Trunk"> <action context="Code" dev="JM" type="fix"> + Bugfix: Fixed bug when the sum of column widths of a table is larger than the + specified widths. The table width was not adjusted. + </action> + <action context="Code" dev="JM" type="fix"> Bugfix: Nested tables with headers and footers were not handled correctly and could overlap with the region-after. </action> |