Explorar el Código

注释列表-右键多选菜单

OYXH\oyxh hace 1 año
padre
commit
a977e837db
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  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