Make the Lua Function List dialog modeless
This commit is contained in:
parent
6aa9608a77
commit
e7112a9a5d
|
@ -755,7 +755,7 @@ namespace BizHawk.MultiClient
|
||||||
private void luaFunctionsListToolStripMenuItem_Click(object sender, EventArgs e)
|
private void luaFunctionsListToolStripMenuItem_Click(object sender, EventArgs e)
|
||||||
{
|
{
|
||||||
Global.Sound.StopSound();
|
Global.Sound.StopSound();
|
||||||
new LuaFunctionList().ShowDialog();
|
new LuaFunctionList().Show();
|
||||||
Global.Sound.StartSound();
|
Global.Sound.StartSound();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue