From 4f98fdb60d354f372e0ef7f0cd8bb7e97cc9b84d Mon Sep 17 00:00:00 2001 From: "andres.delikat" Date: Sat, 10 Sep 2011 21:37:03 +0000 Subject: [PATCH] Ram Watch - adding a watch from an external dialog flags changes --- BizHawk.MultiClient/tools/RamWatch.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/tools/RamWatch.cs b/BizHawk.MultiClient/tools/RamWatch.cs index ce82288921..7d62c5dd4e 100644 --- a/BizHawk.MultiClient/tools/RamWatch.cs +++ b/BizHawk.MultiClient/tools/RamWatch.cs @@ -80,6 +80,7 @@ namespace BizHawk.MultiClient public void AddWatch(Watch w) { watchList.Add(w); + Changes(); UpdateValues(); DisplayWatchList(); }