When editing watches, select notes field

This commit is contained in:
James Groom 2023-08-25 11:41:51 +10:00 committed by GitHub
parent 1575949762
commit e86a0d6dda
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -86,6 +86,7 @@ namespace BizHawk.Client.EmuHawk
else
{
NotesBox.Text = Watches[0].Notes;
NotesBox.Select();
AddressBox.SetFromLong(Watches[0].Address);
}