소스 검색

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)