updated view
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
10dc7e880a
commit
97130fc5e4
@ -139,6 +139,8 @@ open class TextLinkCaret: Control {
|
||||
label.disabled = disabled
|
||||
label.text = text
|
||||
|
||||
caretView.surface = surface
|
||||
caretView.disabled = disabled
|
||||
caretView.direction = iconPosition == .right ? CaretView.Direction.right : CaretView.Direction.left
|
||||
setConstraints()
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user