Skip to content

Commit 148a116

Browse files
committed
Update _backgroundLayer.lineWidth on borderWidth change in striped bar
1 parent c89079d commit 148a116

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Classes/ProgressViews/M13ProgressViewStripedBar.m

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -174,6 +174,7 @@ - (void)setStripeWidth:(CGFloat)stripeWidth
174174
- (void)setBorderWidth:(CGFloat)borderWidth
175175
{
176176
_borderWidth = borderWidth;
177+
_backgroundLayer.lineWidth = borderWidth;
177178
[self invalidateIntrinsicContentSize];
178179
[self setNeedsDisplay];
179180
}

0 commit comments

Comments
 (0)