fix crash in snesgraphicsdebugger when it is immediately moused over after load

This commit is contained in:
goyuken 2012-10-06 20:00:59 +00:00
parent b8432b38d5
commit c51d3f787c
1 changed files with 1 additions and 0 deletions

View File

@ -2606,6 +2606,7 @@ namespace BizHawk.MultiClient
if (!SNESGraphicsDebugger1.IsHandleCreated || SNESGraphicsDebugger1.IsDisposed)
{
SNESGraphicsDebugger1 = new SNESGraphicsDebugger();
SNESGraphicsDebugger1.UpdateToolsLoadstate();
SNESGraphicsDebugger1.Show();
}
else