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:
parent
aa662eb930
commit
e68243fca5
|
@ -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++)
|
||||
|
|
Loading…
Reference in New Issue