mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 12:08:09 +02:00
LazReport, fix alignments when printing via cairocanvas (it really calc everything as if it was taLeftAlignment)
git-svn-id: trunk@40745 -
This commit is contained in:
parent
b1bf50dbfc
commit
b8a1d1c5e9
@ -3225,7 +3225,7 @@ var
|
||||
// handle any alignment with same code
|
||||
Ts := Canvas.TextStyle;
|
||||
Ts.Layout :=tlTop;
|
||||
Ts.Alignment :=self.Alignment;
|
||||
Ts.Alignment := taLeftJustify;
|
||||
Ts.Wordbreak :=false;
|
||||
Ts.SingleLine:=True;
|
||||
Ts.Clipping :=True;
|
||||
|
Loading…
Reference in New Issue
Block a user