Ram Search - update the size and display type dropdowns on restart. Fixes #762

This commit is contained in:
adelikat 2017-02-07 18:54:58 -06:00
parent f0ffd4d835
commit 5277be6833
1 changed files with 2 additions and 0 deletions

View File

@ -311,6 +311,8 @@ namespace BizHawk.Client.EmuHawk
MessageLabel.Text = "Search restarted";
DoDomainSizeCheck();
NewSearch();
SetSize(_settings.Size);
HardSetDisplayTypeDropDown(_settings.Type);
}
public void SaveConfigSettings()