فهرست منبع

pdfkit(win) - 测量Demo 模块切换

zhuyi 1 سال پیش
والد
کامیت
813e33b9a3
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      Demo/Examples/Measure/MainWindow.xaml.cs

+ 1 - 1
Demo/Examples/Measure/MainWindow.xaml.cs

@@ -876,7 +876,7 @@ namespace Measure
                 FloatPageTool.Visibility = Visibility.Visible;
                 FloatPageTool.InitWithPDFViewer(pdfViewControl.PDFView);
             }
-            else if ((string)item.Content == "Measure")
+            else if ((string)item.Content == "Measurement")
             {
                 LoadMeasureRes();
                 if (pdfViewControl != null && pdfViewControl.PDFView != null)