|
@@ -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)
|
|
|
{
|