mirror of
https://github.com/Swiftgram/Telegram-iOS.git
synced 2025-09-08 13:42:51 +00:00
Fix tabbing on initializer
This commit is contained in:
parent
a0c05ebffc
commit
397e5b15e9
@ -381,8 +381,8 @@ static NSString *ASTextNodeTruncationTokenAttributeName = @"ASTextNodeTruncation
|
||||
UIEdgeInsets shadowPadding = [self shadowPadding];
|
||||
CGPoint textOrigin = CGPointMake(self.bounds.origin.x - shadowPadding.left, self.bounds.origin.y - shadowPadding.top);
|
||||
return [[ASTextNodeDrawParameters alloc] initWithRenderer:[self _renderer]
|
||||
textOrigin:textOrigin
|
||||
backgroundColor:self.backgroundColor.CGColor];
|
||||
textOrigin:textOrigin
|
||||
backgroundColor:self.backgroundColor.CGColor];
|
||||
}
|
||||
|
||||
#pragma mark - Attributes
|
||||
|
Loading…
x
Reference in New Issue
Block a user