Skip to content

Commit

Permalink
Merge pull request tidev#822 from srahim/timob-6385
Browse files Browse the repository at this point in the history
[TIMOB-6385] iOS: Text Field: Bezel, and line border is not being displayed
  • Loading branch information
Stephen Tramer committed Dec 4, 2011
2 parents a72a92b + 9d79a3c commit 3e270e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iphone/Classes/TiUIScrollView.m
Expand Up @@ -52,7 +52,7 @@ -(void)setNeedsHandleContentSizeIfAutosizing
{
if (TiDimensionIsAuto(contentWidth) || TiDimensionIsAuto(contentHeight))
{
[self performSelector:@selector(setNeedsHandleContentSize) withObject:nil afterDelay:.1];
[self setNeedsHandleContentSize];
}
}

Expand Down

0 comments on commit 3e270e4

Please sign in to comment.