Hex Editor - re-calculate address positioning on memory domain change

This commit is contained in:
adelikat 2015-08-23 14:04:00 -04:00
parent 674b9b4c07
commit 84cd3e9efa
1 changed files with 3 additions and 0 deletions

View File

@ -167,6 +167,8 @@ namespace BizHawk.Client.EmuHawk
}
SetDataSize(DataSize);
SetHeader();
UpdateValues();
AddressLabel.Text = GenerateAddressString();
}
@ -584,6 +586,7 @@ namespace BizHawk.Client.EmuHawk
}
UpdateGroupBoxTitle();
SetHeader();
UpdateValues();
}