aboutsummaryrefslogtreecommitdiff
path: root/dw/oofpositionedmgr.cc
diff options
context:
space:
mode:
authorSebastian Geerken <devnull@localhost>2015-01-23 21:28:59 +0100
committerSebastian Geerken <devnull@localhost>2015-01-23 21:28:59 +0100
commite497d315b87a42184dce3f9b90e495b3a3806b14 (patch)
tree7709c3680197e471fdbcbcb6437c6ad64fbde676 /dw/oofpositionedmgr.cc
parent9d17539aa2d7c7b00ae08cdd0615ff6ea84493fc (diff)
StackingProcessingContext, GettingWidgetAtPointContext.
Diffstat (limited to 'dw/oofpositionedmgr.cc')
-rw-r--r--dw/oofpositionedmgr.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/dw/oofpositionedmgr.cc b/dw/oofpositionedmgr.cc
index 28d5aac7..10c48b1e 100644
--- a/dw/oofpositionedmgr.cc
+++ b/dw/oofpositionedmgr.cc
@@ -225,7 +225,7 @@ void OOFPositionedMgr::draw (View *view, Rectangle *area,
Child *child = children->get(i);
Rectangle childArea;
- if (!context->hasWidgetBeenDrawnAsInterruption (child->widget) &&
+ if (!context->hasWidgetBeenProcessedAsInterruption (child->widget) &&
!StackingContextMgr::handledByStackingContextMgr (child->widget) &&
child->widget->intersects (container, area, &childArea))
child->widget->draw (view, &childArea, context);