Browse Source

注释-与注释列表联动部分

OYXH\oyxh 1 year ago
parent
commit
7e6270f762
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

@@ -642,7 +642,7 @@ namespace PDF_Master.ViewModels.Tools
             //    viewContentViewModel.OpenBOTA = true;
             //    bOTAContent.TabItemAnnotation.IsSelected = true;
             //}
-            if (viewContentViewModel.OpenBOTA == true && isTabItemAnnotation == true && bOTAContent.TabItemAnnotation.IsSelected == true && list != null && list.Count > 0)
+            if (viewContentViewModel.OpenBOTA == true && isTabItemAnnotation == true /*&& bOTAContent.TabItemAnnotation.IsSelected == true*/ && list != null && list.Count > 0)
             {
                 if (list.Keys.Count == 0)
                 {