Explorar o código

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

sunhaonan hai 11 meses
pai
achega
63a2388c75
Modificáronse 1 ficheiros con 2 adicións e 0 borrados
  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")
             {