aboutsummaryrefslogtreecommitdiff
path: root/dw/simpletablecell.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2014-09-23 14:54:36 +0200
committerSebastian Geerken <devnull@localhost>2014-09-23 14:54:36 +0200
commit346143676c0abcb93d2d00c8fc345f471145086a (patch)
tree964e56d04fe1437ac12766fa4261f07d0383e271 /dw/simpletablecell.cc
parentd2301b7b883f577707b353f9544702dce203ff1b (diff)
Adjust extra space when correcting requisition by widgets OOF.
Diffstat (limited to 'dw/simpletablecell.cc')
-rw-r--r--dw/simpletablecell.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/simpletablecell.cc b/dw/simpletablecell.cc
index 02f92db6..62b4a0a4 100644
--- a/dw/simpletablecell.cc
+++ b/dw/simpletablecell.cc
@@ -119,4 +119,9 @@ int SimpleTableCell::applyPerHeight (int containerHeight,
return tablecell::applyPerHeight (this, containerHeight, perHeight);
}
+bool SimpleTableCell::adjustExtraSpaceWhenCorrectingRequisitionByOOF ()
+{
+ return tablecell::adjustExtraSpaceWhenCorrectingRequisitionByOOF ();
+}
+
} // namespace dw