mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 18:50:45 +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,7 +376,7 @@ begin
|
|||||||
|
|
||||||
Include(fFlags, pfPrinting);
|
Include(fFlags, pfPrinting);
|
||||||
Exclude(fFlags, pfAborted);
|
Exclude(fFlags, pfAborted);
|
||||||
fPageNumber := 1;
|
fPageNumber := 0;
|
||||||
|
|
||||||
if not RawMode then begin
|
if not RawMode then begin
|
||||||
Canvas.Refresh;
|
Canvas.Refresh;
|
||||||
|
Loading…
Reference in New Issue
Block a user