fix crash in snesgraphicsdebugger when it is immediately moused over after load
This commit is contained in:
parent
b8432b38d5
commit
c51d3f787c
|
@ -2606,6 +2606,7 @@ namespace BizHawk.MultiClient
|
|||
if (!SNESGraphicsDebugger1.IsHandleCreated || SNESGraphicsDebugger1.IsDisposed)
|
||||
{
|
||||
SNESGraphicsDebugger1 = new SNESGraphicsDebugger();
|
||||
SNESGraphicsDebugger1.UpdateToolsLoadstate();
|
||||
SNESGraphicsDebugger1.Show();
|
||||
}
|
||||
else
|
||||
|
|
Loading…
Reference in New Issue