소스 검색

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

lizhe 1 년 전
부모
커밋
0db7bfe40f
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController.swift

+ 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()
 //                        }