Work around Mono bug (resolves #4248)

This commit is contained in:
YoshiRulz 2025-03-01 08:52:10 +10:00
parent 905c972738
commit 6b4d0faba9
No known key found for this signature in database
GPG Key ID: C4DE31C245353FB7
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ namespace BizHawk.Client.EmuHawk
OutputBox.Invoke(() =>
{
OutputBox.SelectionLength = 0;
OutputBox.Text = "";
OutputBox.Refresh();
});