mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 13:39:08 +02:00
Cocoa: grammar literal fix
This commit is contained in:
parent
d27f5e3e4b
commit
719253ef26
@ -365,7 +365,7 @@ begin
|
||||
if Screen.Cursor<>crDefault then
|
||||
SetScreenCursor
|
||||
else
|
||||
SetCurrentControlCursor
|
||||
SetCurrentControlCursor;
|
||||
end;
|
||||
|
||||
class procedure TCursorHelper.SetCursorOnActive;
|
||||
@ -2017,7 +2017,7 @@ var
|
||||
handle : PtrInt;
|
||||
begin
|
||||
handle := SendSimpleMessage(control, LM_IM_COMPOSITION);
|
||||
Result := TObject(handle) as ICocoaIMEControl
|
||||
Result := TObject(handle) as ICocoaIMEControl;
|
||||
end;
|
||||
|
||||
class function TCocoaWSCustomControl.CreateHandle(const AWinControl: TWinControl;
|
||||
|
Loading…
Reference in New Issue
Block a user