Set the return value of the PD_PAGENUMS flag.
This commit is contained in:
parent
4eb4c042cc
commit
6c320a84af
|
@ -463,7 +463,10 @@ static BOOL PRINTDLG_UpdatePrintDlgA(HWND hDlg,
|
||||||
}
|
}
|
||||||
lppd->nFromPage = nFromPage;
|
lppd->nFromPage = nFromPage;
|
||||||
lppd->nToPage = nToPage;
|
lppd->nToPage = nToPage;
|
||||||
|
lppd->Flags |= PD_PAGENUMS;
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
lppd->Flags &= ~PD_PAGENUMS;
|
||||||
|
|
||||||
if (IsDlgButtonChecked(hDlg, chx1) == BST_CHECKED) {/* Print to file */
|
if (IsDlgButtonChecked(hDlg, chx1) == BST_CHECKED) {/* Print to file */
|
||||||
lppd->Flags |= PD_PRINTTOFILE;
|
lppd->Flags |= PD_PRINTTOFILE;
|
||||||
|
|
Loading…
Reference in New Issue