mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-16 10:29:28 +02:00
LazReport: fix color of exported text when the color is a system color
git-svn-id: trunk@52562 -
This commit is contained in:
parent
ec0a83c728
commit
a622f23dcd
@ -488,7 +488,7 @@ begin
|
||||
PRTLabel.FontSize := memo.Font.Size;
|
||||
PRTLabel.FontBold := fsBold in memo.Font.Style;
|
||||
PRTLabel.FontItalic := fsItalic in memo.Font.Style;
|
||||
PRTLabel.FontColor := memo.Font.Color;
|
||||
PRTLabel.FontColor := ColorToRGB(memo.Font.Color);
|
||||
PRTLabel.FontUnderline := fsUnderline in memo.Font.Style;
|
||||
PRTLabel.Angle:= memo.Angle;
|
||||
PRTLabel.AlignJustified := memo.Justify and not memo.LastLine;
|
||||
|
Loading…
Reference in New Issue
Block a user