]> git.pld-linux.org Git - packages/openjade.git/commitdiff
- fixing problem with table in pdf, ps and dvi
authorMarcin Kierus <marcin.kierus@gmail.com>
Tue, 9 Apr 2002 21:13:43 +0000 (21:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openjade-table.patch -> 1.1

openjade-table.patch [new file with mode: 0644]

diff --git a/openjade-table.patch b/openjade-table.patch
new file mode 100644 (file)
index 0000000..8fa9c5b
--- /dev/null
@@ -0,0 +1,13 @@
+--- style/FlowObj.cxx  2001/03/19 17:48:16     1.14
++++ style/FlowObj.cxx  2001/06/21 20:44:42
+@@ -2604,6 +2684,10 @@
+     case sColumn:
+       if (af & FlowObj::afTableColumn)
+       return true;
++      if (af & (FlowObj::afTableRow | FlowObj::afTableCell)) {
++      s_ = sContent;
++      return true;
++      }
+       s_ = sBadColumn;
+       break;
+     case sBadContent:
This page took 0.059648 seconds and 4 git commands to generate.