|
@@ -51,7 +51,7 @@ class KMOCRController: NSViewController {
|
|
|
|
|
|
saveButton.properties = ComponentButtonProperty(type: .primary, size: .m, showRightIcon: true, buttonText: KMLocalizedString("Apply"), keepPressState: false)
|
|
|
saveButton.properties.propertyInfo.rightIcon_nor = NSImage(named: "arrowDown")
|
|
|
- saveButton.properties.propertyInfo.rightIcon_press = NSImage(named: "arrowDown_press")
|
|
|
+// saveButton.properties.propertyInfo.rightIcon_press = NSImage(named: "arrowDown_press")
|
|
|
saveButton.setTarget(self, action: #selector(saveButtonClicked(_:)))
|
|
|
|
|
|
self.pageView.changeAction = { [unowned self] view, model in
|