Lua Console - when reporting a script error, update the number of active scripts label
This commit is contained in:
parent
f6b5dbeee3
commit
e4cd7a3449
|
@ -92,6 +92,7 @@ namespace BizHawk.Client.EmuHawk
|
||||||
OutputBox.Text += message + Environment.NewLine + Environment.NewLine;
|
OutputBox.Text += message + Environment.NewLine + Environment.NewLine;
|
||||||
OutputBox.SelectionStart = OutputBox.Text.Length;
|
OutputBox.SelectionStart = OutputBox.Text.Length;
|
||||||
OutputBox.ScrollToCaret();
|
OutputBox.ScrollToCaret();
|
||||||
|
UpdateNumberOfScripts();
|
||||||
}
|
}
|
||||||
|
|
||||||
private void LuaConsole_Load(object sender, EventArgs e)
|
private void LuaConsole_Load(object sender, EventArgs e)
|
||||||
|
|
Loading…
Reference in New Issue