Ram watch -update watch counter when duplicating a watch. Fixes #239
This commit is contained in:
parent
49ec644f71
commit
5531c8731c
|
@ -423,6 +423,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
_watches.AddRange(we.Watches);
|
_watches.AddRange(we.Watches);
|
||||||
WatchListView.ItemCount = _watches.Count;
|
WatchListView.ItemCount = _watches.Count;
|
||||||
|
UpdateWatchCount();
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue