mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 04:18:48 +02:00
Qt5: fixed typo.
This commit is contained in:
parent
e8614c81e9
commit
e42dfcff56
@ -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