Fix tabbing on initializer

This commit is contained in:
Levi McCallum 2015-11-09 10:27:19 -06:00 committed by Levi McCallum
parent a0c05ebffc
commit 397e5b15e9

View File

@ -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