Fix #243
This commit is contained in:
parent
5ecb845662
commit
7a807f5cae
2
HexFiend/HFRepresenterTextViewCallout.m
vendored
2
HexFiend/HFRepresenterTextViewCallout.m
vendored
@ -432,7 +432,7 @@ static double distanceMod1(double a, double b) {
|
|||||||
// Compute the vertical offset
|
// Compute the vertical offset
|
||||||
CGFloat textYOffset = (glyphCount == 1 ? 4 : 5);
|
CGFloat textYOffset = (glyphCount == 1 ? 4 : 5);
|
||||||
// LOL
|
// LOL
|
||||||
if ([_label isEqualToString:@"6"] || [_label isEqualToString:@"7"] == 7) textYOffset -= 1;
|
if ([_label isEqualToString:@"6"]) textYOffset -= 1;
|
||||||
|
|
||||||
|
|
||||||
// Apply this text matrix
|
// Apply this text matrix
|
||||||
|
Loading…
Reference in New Issue
Block a user