Fix #11727 - Teams listview is navigable
Signed-off-by: Rene Gollent <[email protected]>
This commit is contained in:
@@ -287,7 +287,7 @@ TeamRow::_SetTo(team_info& info)
|
|||||||
|
|
||||||
TeamsListView::TeamsListView(const char* name, team_id currentTeam)
|
TeamsListView::TeamsListView(const char* name, team_id currentTeam)
|
||||||
:
|
:
|
||||||
Inherited(name, 0),
|
Inherited(name, B_NAVIGABLE, B_PLAIN_BORDER),
|
||||||
fUpdateRunner(NULL),
|
fUpdateRunner(NULL),
|
||||||
fCurrentTeam(currentTeam)
|
fCurrentTeam(currentTeam)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user