diff options
author | Sebastian Geerken <devnull@localhost> | 2014-06-28 01:18:03 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-06-28 01:18:03 +0200 |
commit | 2820ff999a4735728ade57604df01ab4c965be57 (patch) | |
tree | bf26eed97f4b8aab438b34ee0e5281757f9f30f0 /dw/table.hh | |
parent | 48698e1c23cde05557b2a25786effec59525147f (diff) |
Table columns are narrowed when necessary (CSS2 spec, section 17.5, #6).
Diffstat (limited to 'dw/table.hh')
-rw-r--r-- | dw/table.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.hh b/dw/table.hh index d1743f68..6282d9eb 100644 --- a/dw/table.hh +++ b/dw/table.hh @@ -394,7 +394,7 @@ private: bool colWidthsUpToDateWidthColExtremes; - enum ExtrMod { MIN, MIN_INTR, MAX, MAX_INTR }; + enum ExtrMod { MIN, MIN_INTR, MIN_MIN, MAX_MIN, MAX, MAX_INTR }; const char *getExtrModName (ExtrMod mod); int getExtreme (core::Extremes *extremes, ExtrMod mod); |