Browse Source

ComPDFKit.Demo(win) - 修复使用签名注释面板添加注释崩溃的问题

TangJinZhou 6 months ago
parent
commit
c31c21b91b

+ 1 - 1
Demo/Examples/Compdfkit.Controls/Annotation/PDFAnnotationPanel/PDFAnnotationUI/CPDFSignatureUI.xaml.cs

@@ -75,8 +75,8 @@ namespace ComPDFKit.Controls.Annotation.PDFAnnotationPanel.PDFAnnotationUI
             else
             {
                 FillForm(((sender as ListBoxItem).DataContext as CPDFSignatureData).SourcePath);
+                viewControl.PDFViewTool.IsDocumentModified = true;
             }
-            viewControl.PDFViewTool.IsDocumentModified = true;
         }
 
         private void FillForm(string imagePath)