فهرست منبع

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

OYXH\oyxh 1 سال پیش
والد
کامیت
e45a16fc56
1فایلهای تغییر یافته به همراه2 افزوده شده و 0 حذف شده
  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()