فهرست منبع

compdfkit(win) - fix 显示设置

liuaoran 1 سال پیش
والد
کامیت
946b97b03b
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Demo/Examples/PDFViewer/MainPage.xaml.cs

+ 1 - 0
Demo/Examples/PDFViewer/MainPage.xaml.cs

@@ -1136,6 +1136,7 @@ namespace PDFViewer
             {
                 if (ViewSettingBtn.IsChecked == true)
                 {
+                    displayPanel = new CPDFDisplaySettingsControl();
                     displayPanel.InitWithPDFViewer(pdfViewControl.PDFView);
                     PropertyContainer.Child = displayPanel;
                     PropertyContainer.Visibility = Visibility.Visible;