diff options
Diffstat (limited to 'dw/simpletablecell.cc')
-rw-r--r-- | dw/simpletablecell.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/dw/simpletablecell.cc b/dw/simpletablecell.cc index 02f92db6..a5851680 100644 --- a/dw/simpletablecell.cc +++ b/dw/simpletablecell.cc @@ -50,6 +50,11 @@ bool SimpleTableCell::isBlockLevel () return tablecell::isBlockLevel (); } +bool SimpleTableCell::mustBeWidenedToAvailWidth () +{ + return tablecell::mustBeWidenedToAvailWidth (); +} + int SimpleTableCell::getAvailWidthOfChild (Widget *child, bool forceValue) { DBG_OBJ_ENTER ("resize", 0, "SimpleTableCell/getAvailWidthOfChild", |