2 Commits e390c27d43 ... 0cf87b1171

Author SHA1 Message Date
  chenrongqian@kdanmobile.com 0cf87b1171 Merge remote-tracking branch 'origin/dev' into dev 1 year ago
  chenrongqian@kdanmobile.com b59a5be641 注释 - 点击图章/签名,不自动展开属性面板 1 year ago
1 changed files with 1 additions and 1 deletions
  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