diff options
Diffstat (limited to 'dw/ooffloatsmgr.cc')
-rw-r--r-- | dw/ooffloatsmgr.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/ooffloatsmgr.cc b/dw/ooffloatsmgr.cc index f9e7b0d0..5f0d9eff 100644 --- a/dw/ooffloatsmgr.cc +++ b/dw/ooffloatsmgr.cc @@ -1315,7 +1315,7 @@ void OOFFloatsMgr::drawFloats (SortedFloatsVector *list, View *view, Widget *childWidget = vloat->getWidget (); Rectangle childArea; - if (!context->hasWidgetBeenDrawnAsInterruption (childWidget) && + if (!context->hasWidgetBeenProcessedAsInterruption (childWidget) && !StackingContextMgr::handledByStackingContextMgr (childWidget) && childWidget->intersects (container, area, &childArea)) childWidget->draw (view, &childArea, context); |