Browse Source

合并错误

OYXH\oyxh 2 years ago
parent
commit
413405363b

File diff suppressed because it is too large
+ 936 - 936
PDF Office/PDF Office.csproj


+ 1 - 0
PDF Office/Styles/TextBoxStyle.xaml

@@ -0,0 +1 @@
+<ResourceDictionary xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" />

+ 1 - 1
PDF Office/ViewModels/BOTA/BookmarkContentViewModel.cs

@@ -270,7 +270,7 @@ namespace PDF_Office.ViewModels.BOTA
                 return;
             }
 
-            list = new ObservableCollection<CPDFBookmark>(PDFViewer.Document.GetBookmarkList().OrderBy(d => d.Title));
+            Bookmarklist = new ObservableCollection<CPDFBookmark>(PDFViewer.Document.GetBookmarkList().OrderBy(d => d.Title));
             if (Bookmarklist.Count < 1)
             {
                 IsEmptyPanelVisibility = Visibility.Visible;