Ram Watch - adding a watch from an external dialog flags changes

This commit is contained in:
andres.delikat 2011-09-10 21:37:03 +00:00
parent dd9f615f00
commit 4f98fdb60d
1 changed files with 1 additions and 0 deletions

View File

@ -80,6 +80,7 @@ namespace BizHawk.MultiClient
public void AddWatch(Watch w)
{
watchList.Add(w);
Changes();
UpdateValues();
DisplayWatchList();
}