2 커밋 3ccf56d6ed ... 987078330b

작성자 SHA1 메시지 날짜
  zhuyi 987078330b Merge branch 'compdfkit_demo_win_rebuild' of http://git.kdan.cc:8865/Others/kmpdfkit_demo into compdfkit_demo_win_rebuild 9 달 전
  zhuyi f043cbd06b 其他-数据层BUG修复带来的对应demo代码微调 9 달 전

+ 1 - 1
Demo/Examples/Compdfkit_Tools/PDFView/PDFDisplaySettings/PDFDisplaySettingsControl/CPDFDisplaySettingsControl.xaml.cs

@@ -2,6 +2,7 @@
 using ComPDFKitViewer;
 using System;
 using System.Collections.Generic;
+using System.Linq;
 using System.Windows;
 using System.Windows.Controls;
 
@@ -59,7 +60,6 @@ namespace Compdfkit_Tools.PDFControl
                 if (pdfViewer != null)
                 {
                     pdfViewer?.SetViewMode(e);
-                    pdfViewer?.UpdateRenderFrame();
                 }
             }
         }