From 586459bb74d961f982e5e4b867e3dd42b20e738e Mon Sep 17 00:00:00 2001 From: Lior Halphon Date: Sun, 20 Feb 2022 19:05:49 +0200 Subject: [PATCH] Make it hex editing more reasonable while the core is running --- HexFiend/HFHexTextRepresenter.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/HexFiend/HFHexTextRepresenter.m b/HexFiend/HFHexTextRepresenter.m index f98382b..4ff9f20 100644 --- a/HexFiend/HFHexTextRepresenter.m +++ b/HexFiend/HFHexTextRepresenter.m @@ -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]; } }