Hex Editor - fix restart, addresses now update

This commit is contained in:
adelikat 2012-09-11 00:21:50 +00:00
parent eaa212fef7
commit 2fd67585b0
1 changed files with 4 additions and 0 deletions

View File

@ -252,6 +252,10 @@ namespace BizHawk.MultiClient
if (!this.IsHandleCreated || this.IsDisposed) return;
SetMemoryDomainMenu(); //Calls update routines
ResetScrollBar();
SetDataSize(DataSize);
UpdateValues();
AddressLabel.Text = GenerateAddressString();
}
private void restoreWindowSizeToolStripMenuItem_Click(object sender, EventArgs e)