aboutsummaryrefslogtreecommitdiff
path: root/dw/table.hh
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-06-19 21:25:29 +0200
committerSebastian Geerken <devnull@localhost>2014-06-19 21:25:29 +0200
commite96f5d77ff1553b4089fff0a0cbe5f0a42b8acfe (patch)
treeb764015efece39070b443967b7db98b7112f3c64 /dw/table.hh
parentcdcaaca92d5e80107b4e181846f37a35fd45d6a6 (diff)
Fixed table bug.
Diffstat (limited to 'dw/table.hh')
-rw-r--r--dw/table.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/table.hh b/dw/table.hh
index 580f4431..cc2aec1b 100644
--- a/dw/table.hh
+++ b/dw/table.hh
@@ -392,6 +392,8 @@ private:
lout::misc::SimpleVector<core::style::Style*> *rowStyle;
+ bool colWidthsUpToDateWidthColExtremes;
+
inline bool childDefined(int n)
{
return n < children->size() && children->get(n) != NULL &&