Focus the Team Monitor list view when the window shows.
This allows immediate use of the arrow keys to navigate the list. Fixes ticket #8564.
This commit is contained in:
parent
e5cca9b6cf
commit
88495a828e
@ -416,6 +416,8 @@ TeamMonitorWindow::UpdateList()
|
|||||||
}
|
}
|
||||||
|
|
||||||
fRestartButton->SetEnabled(!desktopRunning);
|
fRestartButton->SetEnabled(!desktopRunning);
|
||||||
|
|
||||||
|
fListView->MakeFocus();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user