소스 검색

【fix】【BOTA】展开BOTA前提下,编辑PDF删除内容后,退出,未刷新缩略图

tangchao 6 달 전
부모
커밋
68fb439a04
1개의 변경된 파일4개의 추가작업 그리고 0개의 파일을 삭제
  1. 4 0
      PDF Office/PDF Master/Class/PDFWindowController/ViewController/KMMainViewController.swift

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

@@ -2065,6 +2065,10 @@ import Cocoa
         km_synchronized(self) {
             self.model.isPDFDocumentEdited = true
             
+            if type == .editText || type == .editImage {
+                self.leftSideViewController.updateThumbnail(at: self.listView.currentPageIndex)
+            }
+            
             if let _document = self.myDocument {
                 KMTools.setDocumentEditedState(document: _document)
             }