Переглянути джерело

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")
             {