Skip to content

Commit fd83328

Browse files
committed
fix missing setNeedsDisplay
1 parent b855d70 commit fd83328

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ios/StrokedTextLabel.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ class StrokedTextLabel: UILabel {
1414
didSet {
1515
if outlineWidth != oldValue {
1616
updateTextInsets()
17+
setNeedsDisplay()
1718
}
1819
}
1920
}

0 commit comments

Comments
 (0)