فهرست منبع

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

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