Browse Source

【文字图片编辑】添加文字时不用关闭右侧侧边栏

lizhe 1 year ago
parent
commit
0db7bfe40f

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

@@ -1300,7 +1300,9 @@ import Cocoa
                     if self.listView.isEditImage {
                         self.menuItemEditingClick_CropImage(sender: NSMenuItem())
                     } else {
-                        self.closeRightPane()
+                        if self.listView.annotationType == .addImage {
+                            self.closeRightPane()
+                        }
 //                        if self.rightSideViewController.eidtPDFImageProperty != nil {
 //                            self.rightSideViewController.eidtPDFImageProperty.reloadData()
 //                        }