diff options
Diffstat (limited to 'dw')
-rw-r--r-- | dw/widget.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.cc b/dw/widget.cc index f4506b84..edabce51 100644 --- a/dw/widget.cc +++ b/dw/widget.cc @@ -1840,7 +1840,7 @@ void Widget::correctReqWidthOfChild (Widget *child, Requisition *requisition, if (!allowDecreaseWidth && limitMinWidth < requisition->width) limitMinWidth = requisition->width; - child->calcFinalWidth (child->getStyle(), -1, this, limitMinWidth, false, + child->calcFinalWidth (child->getStyle(), -1, this, limitMinWidth, true, &requisition->width); DBG_OBJ_LEAVE_VAL ("%d * (%d + %d)", requisition->width, requisition->ascent, |