|
@@ -888,6 +888,7 @@ namespace PDF_Master.ViewModels.Tools
|
|
|
|
|
|
private void DelBookMark_Click(object sender, RoutedEventArgs e)
|
|
|
{
|
|
|
+
|
|
|
CheckBOTAState(out BOTAContentViewModel bOTAContentVM, out BOTAContent bOTA);
|
|
|
if (bOTAContentVM != null && bOTA != null)
|
|
|
{
|
|
@@ -915,7 +916,11 @@ namespace PDF_Master.ViewModels.Tools
|
|
|
bool isBook = IsBOTATabItemShow(out bOTAContentVM, out bOTA, "TabItemBookMark");
|
|
|
if (isBook == false)
|
|
|
{
|
|
|
- bOTA.TabItemBookMark.IsSelected = true;
|
|
|
+ if (viewContentViewModel.mainViewModel.IsBookMode==false)
|
|
|
+ {
|
|
|
+ bOTA.TabItemBookMark.IsSelected = true;
|
|
|
+ }
|
|
|
+
|
|
|
}
|
|
|
}
|
|
|
|