@@ -256,6 +256,7 @@ class KMHeaderFooterView: KMBaseXibView, NSTextViewDelegate, NSComboBoxDelegate
for textView in textViewArr {
textView.wantsLayer = true
+ textView.delegate = self
// textView?.layer?.borderWidth = 1.0
// textView?.layer?.borderColor = NSColor.gridColor.cgColor
}
@@ -799,6 +799,9 @@
lineWidth = 0.8;
[userDefaults setFloat:lineWidth forKey:CAnnotationSelfSignLineLineWidthKey];
break;
+ case CAnnotationTypeFreeText:
+ [userDefaults setFloat:lineWidth forKey:CFreeTextNoteLineWidthKey];
+
default: