|
@@ -366,13 +366,14 @@ namespace PDF_Master.ViewModels.Tools
|
|
|
//选中和非选中注释
|
|
|
private void PDFViewer_AnnotActiveHandler(object sender, AnnotAttribEvent e)
|
|
|
{
|
|
|
- if (e == null)
|
|
|
- {
|
|
|
- if (viewContentViewModel.CurrentBar != "TabItemAnnotation")
|
|
|
+ if (viewContentViewModel.CurrentBar != "TabItemAnnotation")
|
|
|
{
|
|
|
//viewContentViewModel.SelectedPrpoertyPanel("PropertyPanelContent", null);
|
|
|
return;
|
|
|
}
|
|
|
+ if (e == null)
|
|
|
+ {
|
|
|
+
|
|
|
PropertyPanel.annot = null;
|
|
|
PropertyPanel.AnnotEvents = null;
|
|
|
PropertyPanel.AnnotEvent = null;
|