Ram Search - deselect watches when removing them with the delete key
This commit is contained in:
parent
1d7b1b49ee
commit
44621446b1
|
@ -832,8 +832,8 @@ namespace BizHawk.Client.EmuHawk
|
|||
SetRemovedMessage(indices.Count);
|
||||
_searches.RemoveRange(indices);
|
||||
|
||||
UpdateList();
|
||||
WatchListView.DeselectAll();
|
||||
UpdateList();
|
||||
ToggleSearchDependentToolBarItems();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue