Jelajahi Sumber

ComPDFKit.Tool(lynxpdf)-注释刷新

liyijie 1 bulan lalu
induk
melakukan
4a235e75f7
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      Demo/Examples/ComPDFKit.Tool/CPDFToolManager.cs

+ 1 - 1
Demo/Examples/ComPDFKit.Tool/CPDFToolManager.cs

@@ -510,7 +510,7 @@ namespace ComPDFKit.Tool
             annotHistory.CurrentParam = currentParam;
             annotHistory.Action = HistoryAction.Update;
             viewerTool.GetCPDFViewer().UndoManager.AddHistory(annotHistory);
-            viewerTool.GetCPDFViewer().UpdateAnnotFrame();
+            viewerTool.GetCPDFViewer().UpdateRenderFrame();
             AnnotDefaultEditedHandler?.Invoke(this, e);
         }