Attempt to restore InputRoll invariant during Select All (see #3971)

I believe this method was already non-atomic so this clear operation
shouldn't change anything
This commit is contained in:
YoshiRulz 2024-09-08 21:45:11 +10:00
parent aa662eb930
commit e68243fca5
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -587,6 +587,7 @@ namespace BizHawk.Client.EmuHawk
public void SelectAll()
{
_selectedItems.Clear();
var oldFullRowVal = FullRowSelect;
FullRowSelect = true;
for (int i = 0; i < RowCount; i++)