Browse Source

【文字图片编辑】图片编辑模式,删除选中图片后需刷新属性面板

lizhe 1 year ago
parent
commit
89a7bedef6

+ 3 - 3
PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController.swift

@@ -1544,9 +1544,9 @@ import Cocoa
 //                        if self.listView.annotationType == .addImage {
 //                            self.closeRightPane()
 //                        }
-//                        if self.rightSideViewController.eidtPDFImageProperty != nil {
-//                            self.rightSideViewController.eidtPDFImageProperty.reloadData()
-//                        }
+                        if self.rightSideViewController.eidtPDFImageProperty != nil {
+                            self.rightSideViewController.eidtPDFImageProperty.reloadData()
+                        }
 //                        self.openRightPane()
                     }
                 } else {