diff --git a/src/Three20Style/Sources/TTTextStyle.m b/src/Three20Style/Sources/TTTextStyle.m index fbfb0475c2..b22c33d337 100644 --- a/src/Three20Style/Sources/TTTextStyle.m +++ b/src/Three20Style/Sources/TTTextStyle.m @@ -239,7 +239,7 @@ - (void)drawText:(NSString*)text context:(TTStyleContext*)context { if ([osVersion versionStringCompare:@"3.2"] != NSOrderedAscending) { shadowYOffset = _shadowOffset.height; } - + CGSize offset = CGSizeMake(_shadowOffset.width, shadowYOffset); CGContextSetShadowWithColor(ctx, offset, 0, _shadowColor.CGColor); }