Make it hex editing more reasonable while the core is running
This commit is contained in:
parent
7c8b9cf05a
commit
586459bb74
2
HexFiend/HFHexTextRepresenter.m
vendored
2
HexFiend/HFHexTextRepresenter.m
vendored
@ -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];
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user