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:
parent
ef36cb5262
commit
4d97d062e7
File diff suppressed because it is too large
Load Diff
|
@ -1043,6 +1043,11 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
#endregion
|
||||
|
||||
private void TasView_MouseEnter(object sender, EventArgs e)
|
||||
{
|
||||
TasView.Focus();
|
||||
}
|
||||
|
||||
#endregion
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue