From 7668ab358310673960c007b120a650909740de1c Mon Sep 17 00:00:00 2001 From: John Wang Date: Wed, 27 Jul 2011 22:23:46 -1000 Subject: [PATCH] lint is catch --- src/Three20Style/Sources/TTTextStyle.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); }