Bladeren bron

【注释】添加图片至页面,右键-批注,选中文字时,右侧属性面板要对应显示文字属性

liujiajie 10 maanden geleden
bovenliggende
commit
1abcaac51e

+ 4 - 1
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController+Action.swift

@@ -1318,7 +1318,10 @@ extension KMMainViewController {
                 }
                 if annotation != nil{
                     self.listView.activeAnnotations.removeAllObjects()
-                    self.listView.activeAnnotations.add(annotation as Any)
+//                    self.listView.activeAnnotations.add(annotation as Any)
+                    var newAnnonations : [CPDFAnnotation] = []
+                    newAnnonations.append(annotation!)
+                    self.listView.updateActiveAnnotations(newAnnonations)
                     self.openRightPane()
                 }
                 //        self.rightSideViewController.view.isHidden = false