Removed unnecessary setTitle call.
This commit is contained in:
parent
dd407f45f9
commit
cad3555156
@ -109,7 +109,6 @@ open class CaretButton: MFCustomButton {
|
|||||||
@objc open override func setAsMolecule() {
|
@objc open override func setAsMolecule() {
|
||||||
|
|
||||||
backgroundColor = .clear
|
backgroundColor = .clear
|
||||||
setTitle(actionMap?.optionalStringForKey(KeyTitle), for: .normal)
|
|
||||||
}
|
}
|
||||||
|
|
||||||
@objc override open func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) {
|
@objc override open func setWithJSON(_ json: [AnyHashable: Any]?, delegate: NSObject?, additionalData: [AnyHashable: Any]?) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user