aboutsummaryrefslogtreecommitdiff
path: root/dw/widget.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
committerSebastian Geerken <devnull@localhost>2014-07-21 22:22:54 +0200
commit0a6fc284229b0fa4bb567ad26d76bff01a62a01b (patch)
treeb3f848b4036cd48fd6dd91fd7887aa2b09432199 /dw/widget.cc
parent26e47e9cef47b3e65087c88a303666e5a81b49b1 (diff)
New dillorc option adjust_table_min_width.
Diffstat (limited to 'dw/widget.cc')
-rw-r--r--dw/widget.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc
index 362dc56e..5620ebdb 100644
--- a/dw/widget.cc
+++ b/dw/widget.cc
@@ -524,7 +524,7 @@ int Widget::getMinWidth (Extremes *extremes, bool forceValue)
forceValue ? "true" : "false");
int minWidth;
- if (adjustMinWidth) {
+ if (getAdjustMinWidth ()) {
Extremes extremes2;
if (extremes == NULL) {
if (forceValue) {