diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-05 14:55:34 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-05 14:55:34 +0100 |
commit | 2cefda0e49830d6ca348f37300bb53bffccb4568 (patch) | |
tree | f58e1e87408d21c77805cb29f17b791620c05878 /dw/tablecell.hh | |
parent | f63ff25447f9b0face656cfd18d97130409b2c17 (diff) |
Extremes::adjustmentWidth may now (again) be used for extremes correction.
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index 95c2e78e..257f87c7 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -23,7 +23,8 @@ void correctCorrectedRequisitionOfChild (core::Widget *widget, void (*splitHeightFun) (int, int*, int*)); void correctCorrectedExtremesOfChild (core::Widget *widget, core::Widget *child, - core::Extremes *extremes); + core::Extremes *extremes, + bool useAdjustmentWidth); int applyPerWidth (core::Widget *widget, int containerWidth, core::style::Length perWidth); |