summaryrefslogtreecommitdiffstats
path: root/chrome/views/group_table_view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'chrome/views/group_table_view.cc')
-rw-r--r--chrome/views/group_table_view.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/views/group_table_view.cc b/chrome/views/group_table_view.cc
index 4bc3f2b..5088997 100644
--- a/chrome/views/group_table_view.cc
+++ b/chrome/views/group_table_view.cc
@@ -87,6 +87,7 @@ void GroupTableView::OnKeyDown(unsigned short virtual_keycode) {
// for the list view control to actually switch the focus, the right item
// will be selected.
if ((virtual_keycode != VK_UP) && (virtual_keycode != VK_DOWN)) {
+ TableView::OnKeyDown(virtual_keycode);
return;
}