ソースを参照

注释列表-右键多选菜单

OYXH\oyxh 1 年間 前
コミット
a977e837db
1 ファイル変更2 行追加1 行削除
  1. 2 1
      PDF Office/Views/BOTA/AnnotationContent.xaml.cs

+ 2 - 1
PDF Office/Views/BOTA/AnnotationContent.xaml.cs

@@ -78,7 +78,8 @@ namespace PDF_Master.Views.BOTA
                         if (AnnotationList.SelectedItems.Count > 1)
                         {
                             import.IsEnabled = false;
-                            export.IsEnabled = false;
+                            export.IsEnabled = true;
+                            export.Command = viewModel.ExportCommentsCommand;
                             copyText.IsEnabled = false;
                         }
                         else