diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-06 21:54:29 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-06 21:54:29 +0100 |
commit | aae7393b268407443e79e9ed2fce177fd20593b2 (patch) | |
tree | 21f688720e21ae0960ef869badb2e69fd6f2cf67 /dw/table.hh | |
parent | 7041a15eb5ff0700b9cbc9eeca62c15183359152 (diff) |
Fixed speed problem of tables rendering.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh index 9ea7056f..61e93e89 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -437,6 +437,7 @@ private: void calcCellSizes (bool calcHeights); void forceCalcCellSizes (bool calcHeights); + void actuallyCalcCellSizes (bool calcHeights); void apportionRowSpan (); void _unused_calcColumnExtremes (); |