summaryrefslogtreecommitdiffstats
path: root/ui
diff options
context:
space:
mode:
Diffstat (limited to 'ui')
-rw-r--r--ui/message_center/views/notification_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/message_center/views/notification_view.cc b/ui/message_center/views/notification_view.cc
index 1d3970f..8222339 100644
--- a/ui/message_center/views/notification_view.cc
+++ b/ui/message_center/views/notification_view.cc
@@ -333,6 +333,7 @@ NotificationButton::NotificationButton(views::ButtonListener* listener)
title_(NULL) {
set_focusable(true);
set_request_focus_on_press(false);
+ set_notify_enter_exit_on_child(true);
SetLayoutManager(
new views::BoxLayout(views::BoxLayout::kHorizontal,
message_center::kButtonHorizontalPadding,