mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-22 00:59:30 +02:00
Cocoa: Fix compilation.
This commit is contained in:
parent
c40823e236
commit
97154ac68c
@ -1274,7 +1274,7 @@ end;
|
||||
|
||||
procedure TCocoaContext.SetFont(const AValue: TCocoaFont);
|
||||
begin
|
||||
if TCocoaGDIObject.UpdateRefs(FFont, AValue) then
|
||||
if TCocoaGDIObject.UpdateRefs(FFont, AValue) then begin
|
||||
FFont := AValue;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user