mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 01:16:01 +02:00
Printers, fix printdialog to show the number of pages specified, patch by Gabriele Fain, issue #14643
git-svn-id: trunk@26152 -
This commit is contained in:
parent
e7db0d5bcd
commit
4e77876fa2
@ -238,6 +238,7 @@ begin
|
||||
nToPage := Word(ToPage);
|
||||
nMinPage := Word(MinPage);
|
||||
nMaxPage := Word(MaxPage);
|
||||
DevMode^.dmCopies := nCopies;
|
||||
|
||||
if PrintDlg(lpp) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user