|
@@ -67,7 +67,7 @@ class CPDFListEditAnnotationViewController: NSViewController, NSTextViewDelegate
|
|
|
box?.borderColor = NSColor.white
|
|
|
self.contentTextView.insertionPointColor = NSColor.black
|
|
|
}
|
|
|
- box?.fillColor = KMAppearance.KMColor_Layout_L1()
|
|
|
+ box?.fillColor = KMAppearance.Layout.l1Color()
|
|
|
self.colors.removeAll()
|
|
|
var i = 0
|
|
|
for color in KMAnnotationPropertiesColorManager.manager.anchoredNoteColors {
|