From c51d3f787c8106bd86cc6f37eaded963f51a6436 Mon Sep 17 00:00:00 2001 From: goyuken Date: Sat, 6 Oct 2012 20:00:59 +0000 Subject: [PATCH] fix crash in snesgraphicsdebugger when it is immediately moused over after load --- BizHawk.MultiClient/MainForm.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/BizHawk.MultiClient/MainForm.cs b/BizHawk.MultiClient/MainForm.cs index 8ac5bf7847..a9a154dba7 100644 --- a/BizHawk.MultiClient/MainForm.cs +++ b/BizHawk.MultiClient/MainForm.cs @@ -2606,6 +2606,7 @@ namespace BizHawk.MultiClient if (!SNESGraphicsDebugger1.IsHandleCreated || SNESGraphicsDebugger1.IsDisposed) { SNESGraphicsDebugger1 = new SNESGraphicsDebugger(); + SNESGraphicsDebugger1.UpdateToolsLoadstate(); SNESGraphicsDebugger1.Show(); } else