OYXH\oyxh 2 rokov pred
rodič
commit
413405363b

Rozdielové dáta súboru neboli zobrazené, pretože súbor je príliš veľký
+ 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;