aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-03 13:57:09 +0100
committerSebastian Geerken <devnull@localhost>2015-01-03 13:57:09 +0100
commit9b74c22aad29fe8c2b0de0c9683476fd078bfa4d (patch)
tree63f7432dd955e9a531aeb1686a5736ced69469c1 /dw/oofpositionedmgr.cc
parent974f88a4adc3ef460ad00ba3d398f697c8812393 (diff)
parentdd13476e56f8e629ef5510920f09bc0d54c421be (diff)
Merge with main repo.
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r--dw/oofpositionedmgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc
index 1e753bda..c46c1e2c 100644
--- a/dw/oofpositionedmgr.cc
+++ b/dw/oofpositionedmgr.cc
@@ -529,7 +529,7 @@ int OOFPositionedMgr::getAvailWidthOfChild (Widget *child, bool forceValue)
}
if (width != -1)
- width = max (width, child->getMinWidth (NULL, forceValue));
+ width = max (width, child->getMinWidth (NULL, true, forceValue));
DBG_OBJ_MSGF ("resize.oofm", 1, "=> %d", width);
DBG_OBJ_LEAVE ();