Lua Console - update dialog on Stop All Scripts

This commit is contained in:
adelikat 2019-12-03 20:19:37 -06:00
parent aa94ddccd5
commit 56bacf3032
1 changed files with 1 additions and 0 deletions
BizHawk.Client.EmuHawk/tools/Lua

View File

@ -1029,6 +1029,7 @@ namespace BizHawk.Client.EmuHawk
private void StopAllScriptsMenuItem_Click(object sender, EventArgs e)
{
LuaImp.ScriptList.StopAllScripts();
UpdateDialog();
}
private void RegisteredFunctionsMenuItem_Click(object sender, EventArgs e)