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