浏览代码

ComPDFKit.Tool(win) - 修复点击页面空白处注释无法刷新的问题

TangJinZhou 3 月之前
父节点
当前提交
76c6598568
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.Annot.cs

+ 1 - 1
Demo/Examples/ComPDFKit.Tool/CPDFViewerTool.Annot.cs

@@ -123,7 +123,7 @@ namespace ComPDFKit.Tool
 
         protected bool AnnotHitTest()
         {
-            BaseAnnot baseAnnot = PDFViewer.AnnotHitTest();
+            BaseAnnot baseAnnot = PDFViewer.AnnotHitTest(true);
             if (baseAnnot != null)
             {
                 if ((baseAnnot as BaseWidget) != null)