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