Explorar el Código

compdfkit(win) - fix 显示设置

liuaoran hace 1 año
padre
commit
946b97b03b
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  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;