mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-28 19:02:31 +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
|
||||
Bmp := TBitmap.Create;
|
||||
Bmp.SetSize(BmpWH,BmpWH);
|
||||
Bmp.Canvas.AntialiasingMode:= amOn; // currently effective only with Qt
|
||||
PieRect := Rect(0,0,BmpWH, BmpWH);
|
||||
with Bmp do
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user