New Ram Search - Exclude Ram Watch feature - update totals when removing addresses, do remove on Add To Ram Watch
This commit is contained in:
parent
6731bd44cb
commit
ece435555d
|
@ -434,6 +434,11 @@ namespace BizHawk.MultiClient
|
|||
{
|
||||
Global.MainForm.NewRamWatch1.AddWatch(Searches[SelectedIndices[x]]);
|
||||
}
|
||||
|
||||
if (Global.Config.RamSearchAlwaysExcludeRamWatch)
|
||||
{
|
||||
RemoveRamWatchesFromList();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -491,6 +496,7 @@ namespace BizHawk.MultiClient
|
|||
private void RemoveRamWatchesFromList()
|
||||
{
|
||||
Searches.RemoveRange(Global.MainForm.NewRamWatch1.AddressList);
|
||||
SetTotal();
|
||||
}
|
||||
|
||||
#endregion
|
||||
|
|
Loading…
Reference in New Issue