소스 검색

打印 - 页面编辑选中一页时范围显示当前页

liuaoran 1 년 전
부모
커밋
cb2bf60cc7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      PDF Office/ViewModels/Dialog/HomePageToolsDialogs/HomePagePrinter/HomePagePrinterDialogViewModel.cs

+ 1 - 1
PDF Office/ViewModels/Dialog/HomePageToolsDialogs/HomePagePrinter/HomePagePrinterDialogViewModel.cs

@@ -1094,7 +1094,7 @@ namespace PDF_Master.ViewModels.Dialog.HomePageToolsDialogs.HomePagePrinter
                         PrintSettingsInfo.PageRangeList = PageList;
                         System.Windows.Application.Current.Dispatcher.BeginInvoke(System.Windows.Threading.DispatcherPriority.Send, new Action(() =>
                         {
-                            PageRangeSelectIndex = 4;
+                            PageRangeSelectIndex = 1;
                         }));
                     }
                 }