Ram watch -update watch counter when duplicating a watch. Fixes #239

This commit is contained in:
adelikat 2019-09-28 09:11:26 -05:00
parent 49ec644f71
commit 5531c8731c
1 changed files with 1 additions and 0 deletions

View File

@ -423,6 +423,7 @@ namespace BizHawk.Client.EmuHawk
{
_watches.AddRange(we.Watches);
WatchListView.ItemCount = _watches.Count;
UpdateWatchCount();
}
else
{