Skip to content

Commit

Permalink
fix for dbl-click opens url
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexey-T committed May 14, 2020
1 parent 932b332 commit c8227eb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions atsynedit/atsynedit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -5379,6 +5379,7 @@ procedure TATSynEdit.DblClick;
begin
if Assigned(FOnClickLink) then
FOnClickLink(Self, SLink);
DoEventCarets;
exit
end;
end;
Expand Down

0 comments on commit c8227eb

Please sign in to comment.