diff options
author | Sebastian Geerken <devnull@localhost> | 2014-10-06 17:30:48 +0200 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-10-06 17:30:48 +0200 |
commit | d81d40e6849263a18281a5d64b95c2479ee9f120 (patch) | |
tree | b33e8296d3b012c10a29b81270b1ad6b33a6db56 /dw/outofflowmgr.hh | |
parent | b2619e5c7cce1dcc7e1bd70a9fae0095118da6da (diff) |
Too large floats (but not absolutely positioned elements) now affect padding area, not margin area, of container.
Diffstat (limited to 'dw/outofflowmgr.hh')
-rw-r--r-- | dw/outofflowmgr.hh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dw/outofflowmgr.hh b/dw/outofflowmgr.hh index 96091ded..b5f50c56 100644 --- a/dw/outofflowmgr.hh +++ b/dw/outofflowmgr.hh @@ -42,6 +42,7 @@ public: virtual void getSize (core::Requisition *containerReq, int *oofWidth, int *oofHeight) = 0; + virtual bool containerMustAdjustExtraSpace ()= 0; virtual void getExtremes (core::Extremes *containerExtr, int *oofMinWidth, int *oofMaxWidth) = 0; |