Archive Chooser - automatically highlight the first entry on load

This commit is contained in:
adelikat 2012-08-04 21:57:49 +00:00
parent 33954ddef7
commit 02fc8eeaaf
1 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ namespace BizHawk.MultiClient
private void ArchiveChooser_Load(object sender, EventArgs e)
{
lvMembers.Items[0].Selected = true;
}
}
}