Skip to content

Commit

Permalink
Fix #8963. Fixes Sounds focus cycling using Tab
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Madia <mattmadia@gmail.com>
  • Loading branch information
janus2 authored and mmadia committed Dec 9, 2012
1 parent 1eccdc2 commit a154553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/preferences/sounds/HEventList.cpp
Expand Up @@ -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,
Expand Down

0 comments on commit a154553

Please sign in to comment.