diff options
Diffstat (limited to 'dw/simpletablecell.cc')
-rw-r--r-- | dw/simpletablecell.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dw/simpletablecell.cc b/dw/simpletablecell.cc index f39d94b5..1466439b 100644 --- a/dw/simpletablecell.cc +++ b/dw/simpletablecell.cc @@ -50,9 +50,9 @@ bool SimpleTableCell::isBlockLevel () return tablecell::isBlockLevel (); } -bool SimpleTableCell::mustBeWidenedToAvailWidth () +bool SimpleTableCell::usesMaxGeneratorWidth () { - return tablecell::mustBeWidenedToAvailWidth (); + return tablecell::usesMaxGeneratorWidth (); } int SimpleTableCell::getAvailWidthOfChild (Widget *child, bool forceValue) |