Browse Source

ComPDFKit.Tool(lynxpdf)-注释刷新

liyijie 1 month ago
parent
commit
4a235e75f7
1 changed files with 1 additions and 1 deletions
  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);
         }