RAMSearch: fix #3117

This commit is contained in:
alyosha-tas 2022-02-07 09:46:06 -05:00
parent ef9c1f7c24
commit a3c9b50930
1 changed files with 7 additions and 0 deletions

View File

@ -682,6 +682,13 @@ namespace BizHawk.Client.EmuHawk
PopulateTypeDropDown();
_dropdownDontfire = false;
SpecificValueBox.Type = _settings.Type;
DifferenceBox.Type = _settings.Type;
DifferentByBox.Type = _settings.Type;
DifferenceBox.ByteSize = size;
DifferentByBox.ByteSize = size;
NewSearch();
}