Skip to content

Commit

Permalink
[TIMOB-15193] Ensure display
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalduggal committed Sep 17, 2013
1 parent 96fa12c commit 5ec6965
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiSelectedCellbackgroundView.m
Expand Up @@ -136,8 +136,8 @@ -(void)setPosition:(TiCellBackgroundViewPosition)inPosition
if((position != inPosition) && (![TiUtils isIOS7OrGreater]))
{
position = inPosition;
[self setNeedsDisplay];
}
[self setNeedsDisplay];
}

@end
Expand Down

0 comments on commit 5ec6965

Please sign in to comment.