aboutsummaryrefslogtreecommitdiff
path: root/dw/listitem.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
committerSebastian Geerken <devnull@localhost>2015-12-30 23:23:26 +0100
commit0a654860a53d5f44276d2637901feee5cba46747 (patch)
tree3f5f976633bda3145bd796aa4f7d19c06f7438a1 /dw/listitem.cc
parent91ae5fed75491a199a86372648956db16bcdaf7d (diff)
SRDOP: fix floats within textblocks not necessarily allocating the availabke width.
Diffstat (limited to 'dw/listitem.cc')
-rw-r--r--dw/listitem.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/listitem.cc b/dw/listitem.cc
index 8bd2a93a..4d6794d8 100644
--- a/dw/listitem.cc
+++ b/dw/listitem.cc
@@ -40,7 +40,7 @@ ListItem::~ListItem()
DBG_OBJ_DELETE ();
}
-bool ListItem::mustBeWidenedToAvailWidth ()
+bool ListItem::usesMaxGeneratorWidth ()
{
return true;
}