mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-29 11:50:23 +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);
|
procedure TCocoaContext.SetFont(const AValue: TCocoaFont);
|
||||||
begin
|
begin
|
||||||
if TCocoaGDIObject.UpdateRefs(FFont, AValue) then
|
if TCocoaGDIObject.UpdateRefs(FFont, AValue) then begin
|
||||||
FFont := AValue;
|
FFont := AValue;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user