aboutsummaryrefslogtreecommitdiff
path: root/dw/ui.cc
diff options
context:
space:
mode:
Diffstat (limited to 'dw/ui.cc')
-rw-r--r--dw/ui.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/ui.cc b/dw/ui.cc
index 7cad6332..058dfde8 100644
--- a/dw/ui.cc
+++ b/dw/ui.cc
@@ -62,11 +62,13 @@ void Embed::sizeAllocateImpl (Allocation *allocation)
void Embed::enterNotifyImpl (core::EventCrossing *event)
{
resource->emitEnter();
+ Widget::enterNotifyImpl(event);
}
void Embed::leaveNotifyImpl (core::EventCrossing *event)
{
resource->emitLeave();
+ Widget::leaveNotifyImpl(event);
}
bool Embed::buttonPressImpl (core::EventButton *event)