mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-31 12:20:54 +02:00
carbon widgetset: fixed typo introduced in r24011 #eef0d16e78
git-svn-id: trunk@24051 -
This commit is contained in:
parent
e00a729df4
commit
6691b52da8
@ -357,7 +357,7 @@ begin
|
||||
|
||||
FillChar(Msg, SizeOf(TLMContextMenu), 0);
|
||||
Msg.Msg := LM_CONTEXTMENU;
|
||||
Msg.hWnd := HWND(AWidget)
|
||||
Msg.hWnd := HWND(AWidget);
|
||||
Msg.Pos.X := P.X;
|
||||
Msg.Pos.Y := P.Y;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user