aboutsummaryrefslogtreecommitdiff
path: root/dw/textblock.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/textblock.cc
parentf63ff25447f9b0face656cfd18d97130409b2c17 (diff)
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r--dw/textblock.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc
index e3873b11..a9fa87c5 100644
--- a/dw/textblock.cc
+++ b/dw/textblock.cc
@@ -528,7 +528,7 @@ void Textblock::getExtremesImpl (core::Extremes *extremes)
// For the order, see similar reasoning in sizeRequestImpl.
- correctExtremes (extremes);
+ correctExtremes (extremes, true);
DBG_OBJ_MSGF ("resize", 0, "after correction: %d (%d) / %d (%d)",
extremes->minWidth, extremes->minWidthIntrinsic,