Fix for jump to declaration / was passing wrong coordinate

git-svn-id: trunk@20415 -
This commit is contained in:
martin 2009-06-05 01:14:24 +00:00
parent c48d05bde9
commit 7b82b702dd

View File

@ -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;