浏览代码

注释 - 点击图章/签名,不自动展开属性面板

chenrongqian@kdanmobile.com 1 年之前
父节点
当前提交
b59a5be641
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      PDF Office/ViewModels/Tools/AnnotToolContentViewModel.Command.cs

+ 1 - 1
PDF Office/ViewModels/Tools/AnnotToolContentViewModel.Command.cs

@@ -357,7 +357,7 @@ namespace PDF_Master.ViewModels.Tools
                             SelectedSignature(e.AnnotItemsList);
                             CurrentSelectedAnnot = annot;
 
-                            if (Settings.Default.AppProperties.InitialVIew.AutoExpandProperty)
+                            if (Settings.Default.AppProperties.InitialVIew.AutoExpandProperty && annot.EventType != AnnotArgsType.AnnotStamp && StrAnnotToolChecked != "Signature")
                                 ShowPropertyPanel(true);
                         }
                         else