Explorar el Código

ComPDFKit.Tool(lynxpdf)-注释刷新

liyijie hace 1 mes
padre
commit
4a235e75f7
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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);
         }