Lua Console - when a lua exception occurs we also want to update the script status icons

This commit is contained in:
adelikat 2016-01-31 19:02:02 -05:00
parent 1e928c6b17
commit 30c7b32bc1
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ namespace BizHawk.Client.EmuHawk
OutputBox.Text += message + Environment.NewLine + Environment.NewLine;
OutputBox.SelectionStart = OutputBox.Text.Length;
OutputBox.ScrollToCaret();
UpdateNumberOfScripts();
UpdateDialog();
}
private void LuaConsole_Load(object sender, EventArgs e)