Procházet zdrojové kódy

其他 - 缩放控件输入框回车后刷新缩放内容

liyuxuan před 1 rokem
rodič
revize
38d0be75f8

+ 1 - 0
Demo/Examples/Compdfkit_Tools/PDFView/PDFScaling/PDFScalingControl/CPDFScalingControl.xaml.cs

@@ -112,6 +112,7 @@ namespace Compdfkit_Tools.PDFControl
             if (!string.IsNullOrEmpty(e))
             {
                 pdfViewer.SetZoom(double.Parse(e) / 100);
+                pdfViewer.UpDataRenderFrame();
                 SetZoomTextBoxText(string.Format("{0}", (int)(pdfViewer.GetZoom() * 100)));
             }
         }