Work around Mono bug (resolves #4248)
This commit is contained in:
parent
905c972738
commit
6b4d0faba9
|
@ -514,6 +514,7 @@ namespace BizHawk.Client.EmuHawk
|
|||
|
||||
OutputBox.Invoke(() =>
|
||||
{
|
||||
OutputBox.SelectionLength = 0;
|
||||
OutputBox.Text = "";
|
||||
OutputBox.Refresh();
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue