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:
Ryan Leavengood 2012-06-08 23:24:57 -04:00
parent e5cca9b6cf
commit 88495a828e

View File

@ -416,6 +416,8 @@ TeamMonitorWindow::UpdateList()
}
fRestartButton->SetEnabled(!desktopRunning);
fListView->MakeFocus();
}