diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-05 14:55:34 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-05 14:55:34 +0100 |
commit | 2cefda0e49830d6ca348f37300bb53bffccb4568 (patch) | |
tree | f58e1e87408d21c77805cb29f17b791620c05878 /dw/table.cc | |
parent | f63ff25447f9b0face656cfd18d97130409b2c17 (diff) |
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Diffstat (limited to 'dw/table.cc')
-rw-r--r-- | dw/table.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/table.cc b/dw/table.cc index 5aaebb4b..432f1ae5 100644 --- a/dw/table.cc +++ b/dw/table.cc @@ -152,7 +152,7 @@ void Table::getExtremesImpl (core::Extremes *extremes) } } - correctExtremes (extremes); + correctExtremes (extremes, true); DBG_OBJ_LEAVE (); } |