mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-09 15:48:03 +02:00
lcl: cocoa: fixed calling overload
This commit is contained in:
parent
4a5ca7eb1f
commit
8da445d514
@ -1798,7 +1798,7 @@ begin
|
||||
SetLength(CharsDeltaFloat, Count);
|
||||
for i := 0 to Count - 1 do
|
||||
CharsDeltaFloat[i] := CharsDelta[i];
|
||||
TextOut(X,Y,Options, Rect, UTF8Chars, Count, @CharsDeltaFloat[0]);
|
||||
TextOut(X,Y,Options, Rect, UTF8Chars, Count, CGFloatPtr(@CharsDeltaFloat[0]));
|
||||
end
|
||||
else
|
||||
TextOut(X,Y,Options, Rect, UTF8Chars, Count, CGFloatPtr(nil));
|
||||
|
Loading…
Reference in New Issue
Block a user