Remove extra newline in console.log/print
This commit is contained in:
parent
38a0a3593e
commit
8f35b29a5c
|
@ -334,7 +334,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
OutputBox.Invoke(() =>
|
||||
{
|
||||
OutputBox.Text += message + "\n\n";
|
||||
OutputBox.Text += message + "\n";
|
||||
OutputBox.SelectionStart = OutputBox.Text.Length;
|
||||
OutputBox.ScrollToCaret();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue