From a5cbb8a6880b2633b1896548bcbc283206bff32b Mon Sep 17 00:00:00 2001 From: Bob Stayton Date: Fri, 13 Jun 2008 00:29:04 +0000 Subject: [PATCH] Fix bug in table.width where it wasn't using the tgroup context for computing column widths. --- xsl/fo/table.xsl | 33 ++++++++++++++++++--------------- 1 file changed, 18 insertions(+), 15 deletions(-) diff --git a/xsl/fo/table.xsl b/xsl/fo/table.xsl index c86d5b4f2..c983fe152 100644 --- a/xsl/fo/table.xsl +++ b/xsl/fo/table.xsl @@ -543,21 +543,24 @@ - - - - - + - - - NOWIDTH - NOWIDTH - - - - - - + + + + + + + + + + + NOWIDTH + NOWIDTH + + + + + + + -- 2.40.0