diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index 4025ab77..f3844577 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -1966,8 +1966,8 @@ void OOFFloatsMgr::getFloatsExtremes (Extremes *cbExtr, Side side, + max (containerAllocation.width - gba->width, 0)); } - DBG_OBJ_MSGF ("resize.oofm", 1, "%d + %d / %d => %d * %d", - x, extr.minWidth, extr.maxWidth, *minWidth, *maxWidth); + DBG_OBJ_MSGF ("resize.oofm", 1, "%d / %d => %d / %d", + extr.minWidth, extr.maxWidth, *minWidth, *maxWidth); } else DBG_OBJ_MSG ("resize.oofm", 1, "not allocated"); } |