Explorar el Código

注释列表删除所有注释,Undo,注释撤回后,清空选中

OYXH\oyxh hace 1 año
padre
commit
e45a16fc56
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      PDF Office/ViewModels/ViewContentViewModel.cs

+ 2 - 0
PDF Office/ViewModels/ViewContentViewModel.cs

@@ -2397,6 +2397,8 @@ namespace PDF_Master.ViewModels
         private void Undo()
         {
             PDFViewer.UndoManager.Undo();
+            PDFViewer.DisableClearSelectAnnot(false);
+            PDFViewer.ClearSelectAnnots();
         }
 
         private void Redo()