mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-06-04 21:58:18 +02:00
parent
eb16a093a9
commit
5c7defb63a
@ -5399,7 +5399,7 @@ begin
|
||||
Result := IsValidDC(DC);
|
||||
if Result then
|
||||
begin
|
||||
if (0 = 0) then // QPainter_testRenderHint(TQtDeviceContext(DC).Widget, QPainterAntialiasing) then
|
||||
if QPainter_testRenderHint(TQtDeviceContext(DC).Widget, QPainterAntialiasing) then
|
||||
begin
|
||||
GetMem(QtPointsF, NumPts * SizeOf(TQtPointF));
|
||||
for i := 0 to NumPts - 1 do
|
||||
|
Loading…
Reference in New Issue
Block a user