|
@@ -1769,7 +1769,7 @@ extension KMToolbarViewController {
|
|
item?.target = self
|
|
item?.target = self
|
|
item?.btnTag = CAnnotationType.addText.rawValue
|
|
item?.btnTag = CAnnotationType.addText.rawValue
|
|
item?.toolTip = NSLocalizedString("Add Text", comment: "")
|
|
item?.toolTip = NSLocalizedString("Add Text", comment: "")
|
|
- item?.normalTextColor = NSColor.white
|
|
|
|
|
|
+// item?.normalTextColor = NSColor.white
|
|
item?.titleName = NSLocalizedString("Add Text", comment: "")
|
|
item?.titleName = NSLocalizedString("Add Text", comment: "")
|
|
item?.boxImagePosition = .imageLeft
|
|
item?.boxImagePosition = .imageLeft
|
|
item?.btnAction = #selector(changeAnnotationMode)
|
|
item?.btnAction = #selector(changeAnnotationMode)
|
|
@@ -1777,7 +1777,7 @@ extension KMToolbarViewController {
|
|
item?.image = NSImage(named: "KMImageNameButtonEidtPDFImage")
|
|
item?.image = NSImage(named: "KMImageNameButtonEidtPDFImage")
|
|
item?.target = self
|
|
item?.target = self
|
|
item?.btnTag = CAnnotationType.addImage.rawValue
|
|
item?.btnTag = CAnnotationType.addImage.rawValue
|
|
- item?.normalTextColor = NSColor.white
|
|
|
|
|
|
+// item?.normalTextColor = NSColor.white
|
|
item?.toolTip = NSLocalizedString("Add Image", comment: "")
|
|
item?.toolTip = NSLocalizedString("Add Image", comment: "")
|
|
item?.titleName = NSLocalizedString("Add Image", comment: "")
|
|
item?.titleName = NSLocalizedString("Add Image", comment: "")
|
|
item?.boxImagePosition = .imageLeft
|
|
item?.boxImagePosition = .imageLeft
|