Ram Search - when deleting, clear selected items

This commit is contained in:
andres.delikat 2011-08-16 02:47:32 +00:00
parent cd878508f5
commit 2330126b84
1 changed files with 1 additions and 0 deletions

View File

@ -488,6 +488,7 @@ namespace BizHawk.MultiClient
{
searchList.Remove(searchList[indexes[x] - x]);
}
indexes.Clear();
DisplaySearchList();
}
}