Hex Editor - fix weird focusing bug when using the Find box, goofy winforms
This commit is contained in:
parent
5559024757
commit
2d87eeab70
|
@ -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)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue