Hex Find - focus and highlight on load

This commit is contained in:
adelikat 2015-01-31 01:25:08 +00:00
parent 29a6c7369b
commit dba610d5d7
1 changed files with 3 additions and 0 deletions

View File

@ -28,6 +28,9 @@ namespace BizHawk.Client.EmuHawk
{
Location = InitialLocation;
}
FindBox.Focus();
FindBox.Select();
}
private string GetFindBoxChars()