소스 검색

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

sunhaonan 1 년 전
부모
커밋
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")
             {