diff options
author | Sebastian Geerken <devnull@localhost> | 2014-11-21 21:58:27 +0100 |
---|---|---|
committer | Sebastian Geerken <devnull@localhost> | 2014-11-21 21:58:27 +0100 |
commit | 5d1472c4d56614e2a99b838e35bb893d3e6b67d4 (patch) | |
tree | 95a9101c8875254d44f3ceaa9ca123a402acdf9d /dw/textblock.cc | |
parent | c8d70be980c0ff809e204db089d30aa06c2d06ca (diff) |
No BREAKs anymore around a float.
Diffstat (limited to 'dw/textblock.cc')
-rw-r--r-- | dw/textblock.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/textblock.cc b/dw/textblock.cc index 5970319d..1db33eb1 100644 --- a/dw/textblock.cc +++ b/dw/textblock.cc @@ -2364,7 +2364,7 @@ void Textblock::addWidget (core::Widget *widget, core::style::Style *style) DBG_OBJ_ASSOC (containingBlock, containingBlock->outOfFlowMgr); } - if (OutOfFlowMgr::isWidgetHandledByOOFM (widget)) { + if (OutOfFlowMgr::isWidgetOutOfFlow (widget)) { PRINTF (" -> out of flow.\n"); widget->setParent (containingBlock); |