Skip to content

Commit

Permalink
Fix issue #301
Browse files Browse the repository at this point in the history
Fix issue #301
  • Loading branch information
WenchaoD committed May 22, 2016
1 parent d0c11f3 commit abe85c6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion FSCalendar/FSCalendarEventIndicator.m
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ - (instancetype)initWithFrame:(CGRect)frame
for (int i = 0; i < 3; i++) {
CALayer *layer = [CALayer layer];
layer.masksToBounds = YES;
layer.backgroundColor = FSCalendarStandardEventDotColor.CGColor;
[self.eventLayers addObject:layer];
[self.contentView.layer addSublayer:layer];
}
Expand Down

0 comments on commit abe85c6

Please sign in to comment.