mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-05 15:57:18 +01:00
LazReport, lr_codereport, removed dups and change 0 constants to 0.0, from Julio Jiménez Borreguero
git-svn-id: trunk@40647 -
This commit is contained in:
parent
63070f2a5e
commit
1181413d56
@ -219,10 +219,8 @@ begin
|
||||
// Init margins
|
||||
PageMargin.Left := 0.0;
|
||||
PageMargin.Right := 0.0;
|
||||
PageMargin.Left := 0.0;
|
||||
PageMargin.Right := 0.0;
|
||||
PageMargin.Left := 0;
|
||||
PageMargin.Top := 0;
|
||||
PageMargin.Top := 0.0;
|
||||
PageMargin.Bottom := 0.0;
|
||||
ABitMap := TBitMap.Create; // for canvas stuff
|
||||
// Set default paper
|
||||
PaperSize := 9; // A4 check LR_Prntr unit for a list
|
||||
|
||||
Loading…
Reference in New Issue
Block a user