mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-02 23:40:40 +02:00
PoChecker: enable antialiasing mode in GraphStat form (currently only QT). Patch by Giuliano Colla.
git-svn-id: trunk@46351 -
This commit is contained in:
parent
201421bcbf
commit
1da95a4390
@ -150,6 +150,7 @@ var
|
|||||||
begin
|
begin
|
||||||
Bmp := TBitmap.Create;
|
Bmp := TBitmap.Create;
|
||||||
Bmp.SetSize(BmpWH,BmpWH);
|
Bmp.SetSize(BmpWH,BmpWH);
|
||||||
|
Bmp.Canvas.AntialiasingMode:= amOn; // currently effective only with Qt
|
||||||
PieRect := Rect(0,0,BmpWH, BmpWH);
|
PieRect := Rect(0,0,BmpWH, BmpWH);
|
||||||
with Bmp do
|
with Bmp do
|
||||||
begin
|
begin
|
||||||
|
Loading…
Reference in New Issue
Block a user