removed self.
Signed-off-by: Matt Bruce <matt.bruce@verizon.com>
This commit is contained in:
parent
8fd74d5ef9
commit
1591c50fd0
@ -445,7 +445,7 @@ open class ButtonIcon: Control, Changeable, FormFieldable {
|
||||
layoutGuideHeightConstraint?.constant = iconLayoutSize
|
||||
|
||||
//border
|
||||
if let borderable = currentConfig as? Borderable, self.hideBorder {
|
||||
if let borderable = currentConfig as? Borderable, hideBorder {
|
||||
layer.borderColor = borderable.borderColorConfiguration.getColor(self).cgColor
|
||||
layer.borderWidth = borderable.borderWidth
|
||||
} else {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user