Skip to content

Commit

Permalink
lint is catch
Browse files Browse the repository at this point in the history
  • Loading branch information
jwang committed Jul 28, 2011
1 parent 47f6650 commit 7668ab3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Three20Style/Sources/TTTextStyle.m
Expand Up @@ -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);
}
Expand Down

0 comments on commit 7668ab3

Please sign in to comment.