From a154553c0bb0d718344d13fa645dbd8e8f8583ed Mon Sep 17 00:00:00 2001 From: Janus Date: Fri, 30 Nov 2012 21:52:35 +0000 Subject: [PATCH] Fix #8963. Fixes Sounds focus cycling using Tab Signed-off-by: Matt Madia --- src/preferences/sounds/HEventList.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/preferences/sounds/HEventList.cpp b/src/preferences/sounds/HEventList.cpp index 8c178ffd294..ad971f40143 100644 --- a/src/preferences/sounds/HEventList.cpp +++ b/src/preferences/sounds/HEventList.cpp @@ -57,7 +57,7 @@ HEventRow::Remove(const char* type) HEventList::HEventList(const char* name) : - BColumnListView(name, 0, B_PLAIN_BORDER, true), + BColumnListView(name, B_NAVIGABLE, B_PLAIN_BORDER, true), fType(NULL) { AddColumn(new BStringColumn(B_TRANSLATE("Event"), 180, 50, 500,