mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-10 16:56:03 +02:00
Fix for jump to declaration / was passing wrong coordinate
git-svn-id: trunk@20415 -
This commit is contained in:
parent
c48d05bde9
commit
7b82b702dd
@ -2530,7 +2530,7 @@ begin
|
|||||||
emcMouseLink:
|
emcMouseLink:
|
||||||
begin
|
begin
|
||||||
if assigned(FOnClickLink) then
|
if assigned(FOnClickLink) then
|
||||||
FOnClickLink(Self, AnInfo.Button, AnInfo.Shift, AnInfo.MouseY, AnInfo.MouseY)
|
FOnClickLink(Self, AnInfo.Button, AnInfo.Shift, AnInfo.MouseX, AnInfo.MouseY)
|
||||||
else
|
else
|
||||||
Result := False;
|
Result := False;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user