Skip to content

Commit

Permalink
Merge pull request #110 from algrid/fix-67
Browse files Browse the repository at this point in the history
Update _backgroundLayer.lineWidth on borderWidth change in striped bar
  • Loading branch information
Marxon13 committed Nov 10, 2016
2 parents d46c8a6 + 148a116 commit e6b7550
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Classes/ProgressViews/M13ProgressViewStripedBar.m
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ - (void)setStripeWidth:(CGFloat)stripeWidth
- (void)setBorderWidth:(CGFloat)borderWidth
{
_borderWidth = borderWidth;
_backgroundLayer.lineWidth = borderWidth;
[self invalidateIntrinsicContentSize];
[self setNeedsDisplay];
}
Expand Down

0 comments on commit e6b7550

Please sign in to comment.