fixes 8c3f857ab
This commit is contained in:
James Groom 2024-03-06 17:39:38 +10:00 committed by GitHub
parent 8c3f857ab6
commit 07d1c41712
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -254,7 +254,7 @@ namespace BizHawk.Client.EmuHawk
private void DisplayTypeDropDown_SelectedIndexChanged(object sender, EventArgs e)
{
var newDisp Watch.StringToDisplayType(DisplayTypeDropDown.SelectedItem.ToString()); //TODO use Tag or Index
var newDisp = Watch.StringToDisplayType(DisplayTypeDropDown.SelectedItem.ToString()); //TODO use Tag or Index
ValueBox.Type = CompareBox.Type = newDisp;
ValueHexIndLabel.Text = CompareHexIndLabel.Text = newDisp is WatchDisplayType.Hex ? HexInd : string.Empty; //TODO "0b" for binary
// NOT writing to `_cheat`, the "Override" button handles that