Lua Console - when reporting a script error, update the number of active scripts label

This commit is contained in:
adelikat 2014-11-18 01:09:06 +00:00
parent f6b5dbeee3
commit e4cd7a3449
1 changed files with 1 additions and 0 deletions

View File

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