Fix #8963. Fixes Sounds focus cycling using Tab
Signed-off-by: Matt Madia <mattmadia@gmail.com>
This commit is contained in:
parent
1eccdc25fe
commit
a154553c0b
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user