mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-06 20:26:13 +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:
|
||||
begin
|
||||
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
|
||||
Result := False;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user