diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-19 21:25:29 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-19 21:25:29 +0200 |
commit | e96f5d77ff1553b4089fff0a0cbe5f0a42b8acfe (patch) | |
tree | b764015efece39070b443967b7db98b7112f3c64 /dw/table.hh | |
parent | cdcaaca92d5e80107b4e181846f37a35fd45d6a6 (diff) |
Fixed table bug.
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
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 && |