hex editor - clear selection range when changing data size

This commit is contained in:
zeromus 2015-09-28 23:54:26 -05:00
parent 764befa698
commit bacd3f6704
1 changed files with 1 additions and 0 deletions

View File

@ -708,6 +708,7 @@ namespace BizHawk.Client.EmuHawk
SetHeader();
UpdateGroupBoxTitle();
UpdateValues();
_secondaryHighlightedAddresses.Clear();
}
}