mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 12:59:26 +02:00
LCL: Initialize Printer.PageNumber to 0. Issue #37682.
git-svn-id: trunk@64072 -
This commit is contained in:
parent
6ad9a11111
commit
3b84caaf97
@ -376,8 +376,8 @@ begin
|
||||
|
||||
Include(fFlags, pfPrinting);
|
||||
Exclude(fFlags, pfAborted);
|
||||
fPageNumber := 1;
|
||||
|
||||
fPageNumber := 0;
|
||||
|
||||
if not RawMode then begin
|
||||
Canvas.Refresh;
|
||||
TPrinterCanvas(Canvas).BeginDoc;
|
||||
|
Loading…
Reference in New Issue
Block a user