Hex Find - focus and highlight on load
This commit is contained in:
parent
29a6c7369b
commit
dba610d5d7
|
@ -28,6 +28,9 @@ namespace BizHawk.Client.EmuHawk
|
||||||
{
|
{
|
||||||
Location = InitialLocation;
|
Location = InitialLocation;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
FindBox.Focus();
|
||||||
|
FindBox.Select();
|
||||||
}
|
}
|
||||||
|
|
||||||
private string GetFindBoxChars()
|
private string GetFindBoxChars()
|
||||||
|
|
Loading…
Reference in New Issue