aboutsummaryrefslogtreecommitdiff
path: root/dw/table.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-05 14:55:34 +0100
committerSebastian Geerken <devnull@localhost>2015-01-05 14:55:34 +0100
commit2cefda0e49830d6ca348f37300bb53bffccb4568 (patch)
treef58e1e87408d21c77805cb29f17b791620c05878 /dw/table.cc
parentf63ff25447f9b0face656cfd18d97130409b2c17 (diff)
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Diffstat (limited to 'dw/table.cc')
-rw-r--r--dw/table.cc2
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 ();
}