fixed bug in strikethrough
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
109ac80adf
commit
80f76a6a33
@ -225,6 +225,7 @@ open class RadioBoxBase: Control, BinaryColorable, Accessable, DataTrackable{
|
|||||||
setAccessibilityHint()
|
setAccessibilityHint()
|
||||||
setAccessibilityValue(isSelected)
|
setAccessibilityValue(isSelected)
|
||||||
setAccessibilityLabel(isSelected)
|
setAccessibilityLabel(isSelected)
|
||||||
|
setNeedsDisplay()
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
@ -278,7 +279,7 @@ open class RadioBoxBase: Control, BinaryColorable, Accessable, DataTrackable{
|
|||||||
selectorView.layer.cornerRadius = selectorCornerRadius
|
selectorView.layer.cornerRadius = selectorCornerRadius
|
||||||
selectorView.layer.borderWidth = borderWidth
|
selectorView.layer.borderWidth = borderWidth
|
||||||
|
|
||||||
setNeedsDisplay()
|
layer.setNeedsDisplay()
|
||||||
}
|
}
|
||||||
|
|
||||||
open override func layoutSubviews() {
|
open override func layoutSubviews() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user