Hex Editor - fix weird focusing bug when using the Find box, goofy winforms

This commit is contained in:
adelikat 2014-03-23 18:29:32 +00:00
parent 5559024757
commit 2d87eeab70
1 changed files with 0 additions and 2 deletions

View File

@ -194,7 +194,6 @@ namespace BizHawk.Client.EmuHawk
HighlightSecondaries(search, found); HighlightSecondaries(search, found);
GoToAddress(found); GoToAddress(found);
_findStr = search; _findStr = search;
MemoryViewerBox.Focus();
} }
else if (wrap == false) else if (wrap == false)
{ {
@ -245,7 +244,6 @@ namespace BizHawk.Client.EmuHawk
HighlightSecondaries(search, found); HighlightSecondaries(search, found);
GoToAddress(found); GoToAddress(found);
_findStr = search; _findStr = search;
MemoryViewerBox.Focus();
} }
else if (wrap == false) else if (wrap == false)
{ {