diff options
author | Sebastian Geerken <devnull@localhost> | 2015-01-03 13:57:09 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2015-01-03 13:57:09 +0100 |
commit | 9b74c22aad29fe8c2b0de0c9683476fd078bfa4d (patch) | |
tree | 63f7432dd955e9a531aeb1686a5736ced69469c1 /dw/widget.hh | |
parent | 974f88a4adc3ef460ad00ba3d398f697c8812393 (diff) | |
parent | dd13476e56f8e629ef5510920f09bc0d54c421be (diff) |
Merge with main repo.
Diffstat (limited to 'dw/widget.hh')
-rw-r--r-- | dw/widget.hh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/widget.hh b/dw/widget.hh index 1a1bf41e..a14cd55b 100644 --- a/dw/widget.hh +++ b/dw/widget.hh @@ -459,7 +459,7 @@ public: virtual int applyPerWidth (int containerWidth, style::Length perWidth); virtual int applyPerHeight (int containerHeight, style::Length perHeight); - int getMinWidth (Extremes *extremes, bool forceValue); + int getMinWidth (Extremes *extremes, bool useCorrected, bool forceValue); virtual bool isBlockLevel (); virtual bool isPossibleContainer (); |