Make it hex editing more reasonable while the core is running

This commit is contained in:
Lior Halphon 2022-02-20 19:05:49 +02:00
parent 7c8b9cf05a
commit 586459bb74

View File

@ -182,7 +182,7 @@ static inline unsigned char hex2char(NSUInteger c) {
[[self view] setHidesNullBytes:[[self controller] shouldHideNullBytes]];
}
[super controllerDidChange:bits];
if (bits & (HFControllerContentValue | HFControllerContentLength | HFControllerSelectedRanges)) {
if (bits & (HFControllerSelectedRanges)) {
[self _clearOmittedNybble];
}
}