Skip to content

Commit

Permalink
[UI] Let TTPageControl redraw itself on bounds changes.
Browse files Browse the repository at this point in the history
Closes #316
  • Loading branch information
diederich authored and jverkoey committed Nov 6, 2010
1 parent b110ba8 commit ee91876
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Three20UI/Sources/TTPageControl.m
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ - (id)initWithFrame:(CGRect)frame {
self.backgroundColor = [UIColor clearColor];
self.dotStyle = @"pageDot:";
self.hidesForSinglePage = NO;
self.contentMode = UIViewContentModeRedraw;
}

return self;
Expand Down

0 comments on commit ee91876

Please sign in to comment.