Переглянути джерело

注释列表-右键多选菜单

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