diff options
Diffstat (limited to 'dw/tablecell.hh')
-rw-r--r-- | dw/tablecell.hh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/tablecell.hh b/dw/tablecell.hh index 257f87c7..1300a944 100644 --- a/dw/tablecell.hh +++ b/dw/tablecell.hh @@ -31,6 +31,8 @@ int applyPerWidth (core::Widget *widget, int containerWidth, int applyPerHeight (core::Widget *widget, int containerHeight, core::style::Length perHeight); +inline bool adjustExtraSpaceWhenCorrectingRequisitionByOOF () { return false; } + } // namespace dw } // namespace dw |