Ram Search - update Specific Value Textbox properties when setting the size and display types

This commit is contained in:
adelikat 2013-09-29 17:26:12 +00:00
parent efbd1b2b4e
commit a1c322bc91
1 changed files with 2 additions and 2 deletions

View File

@ -486,7 +486,7 @@ namespace BizHawk.MultiClient
dropdown_dontfire = true;
DisplayTypeDropdown.SelectedItem = Watch.DisplayTypeToString(type);
dropdown_dontfire = false;
SpecificValueBox.Type = type;
WatchListView.Refresh();
}
@ -529,7 +529,7 @@ namespace BizHawk.MultiClient
}
PopulateTypeDropDown();
dropdown_dontfire = false;
SpecificValueBox.Type = Settings.Type;
SetReboot(true);
}