瀏覽代碼

bug - 切换功能时图章不会取消

sunhaonan 11 月之前
父節點
當前提交
63a2388c75
共有 1 個文件被更改,包括 2 次插入0 次删除
  1. 2 0
      Demo/Examples/PDFViewer/MainPage.xaml.cs

+ 2 - 0
Demo/Examples/PDFViewer/MainPage.xaml.cs

@@ -326,11 +326,13 @@ namespace PDFViewer
             {
                 annotationControl.UnloadEvent();
                 annotationControl.ClearViewerControl();
+                viewControl.PDFViewTool.GetCPDFViewer().SetIsShowStampMouse(false);
             }
             else if (currentMode == "Form")
             {
                 formControl.UnloadEvent();
                 formControl.ClearViewerControl();
+                viewControl.PDFViewTool.GetCPDFViewer().SetIsShowStampMouse(false);
             }
             else if (currentMode == "Content Editor")
             {