فهرست منبع

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

liuaoran 1 سال پیش
والد
کامیت
cb2bf60cc7

+ 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;
                         }));
                     }
                 }