TAStudio - On mouse enter of the listview, focus it, should fix right-click + Mousewheel events being lost when clicking something else like a checkbox

This commit is contained in:
adelikat 2014-09-22 17:11:28 +00:00
parent ef36cb5262
commit 4d97d062e7
2 changed files with 793 additions and 786 deletions

File diff suppressed because it is too large Load Diff

View File

@ -1043,6 +1043,11 @@ namespace BizHawk.Client.EmuHawk
#endregion
private void TasView_MouseEnter(object sender, EventArgs e)
{
TasView.Focus();
}
#endregion
}
}