فهرست منبع

ComPDFKit.Demo(win) - 修复使用右键菜单缩放页面后, 比例值不更新的问题

TangJinZhou 7 ماه پیش
والد
کامیت
4aec23cb3e
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      Demo/Examples/Compdfkit.Controls/PDFView/PDFViewControl/PDFViewControl.xaml.cs

+ 1 - 0
Demo/Examples/Compdfkit.Controls/PDFView/PDFViewControl/PDFViewControl.xaml.cs

@@ -122,6 +122,7 @@ namespace ComPDFKit.Controls.PDFControl
 
         private void PDFViewTool_DrawChanged(object sender, EventArgs e)
         {
+            FocusPDFViewToolChanged?.Invoke(this, EventArgs.Empty);
             DrawChanged?.Invoke(sender, e);
         }