|
@@ -227,6 +227,8 @@ namespace Compdfkit_Tools.PDFControl
|
|
if (pdfAnnotationData == null)
|
|
if (pdfAnnotationData == null)
|
|
{
|
|
{
|
|
pdfViewerControl.SetToolType(ToolType.Pan);
|
|
pdfViewerControl.SetToolType(ToolType.Pan);
|
|
|
|
+ pdfViewerControl.SetIsShowStampMouse(false);
|
|
|
|
+ pdfViewerControl.SetIsVisibleCustomMouse(false);
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|