ソースを参照

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)