Ram Search - deselect watches when removing them with the delete key

This commit is contained in:
adelikat 2019-12-02 17:07:09 -06:00
parent 1d7b1b49ee
commit 44621446b1
1 changed files with 1 additions and 1 deletions

View File

@ -832,8 +832,8 @@ namespace BizHawk.Client.EmuHawk
SetRemovedMessage(indices.Count);
_searches.RemoveRange(indices);
UpdateList();
WatchListView.DeselectAll();
UpdateList();
ToggleSearchDependentToolBarItems();
}
}