mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-31 05:52:38 +02:00
synedit: fixed ctrl-mouseclick from Martin Friebe (issue #11661)
git-svn-id: trunk@15788 -
This commit is contained in:
parent
5e1643bf25
commit
3285b40fa7
@ -2637,7 +2637,7 @@ begin
|
||||
{$IFDEF SYN_LAZARUS}
|
||||
if (eoShowCtrlMouseLinks in Options)
|
||||
and not(wasDragging)
|
||||
and (Button=mbLeft) and (Shift=[ssLeft,ssCtrl])
|
||||
and (Button=mbLeft) and (ssCtrl in Shift)
|
||||
and assigned(FOnClickLink)
|
||||
then begin
|
||||
FOnClickLink(Self, Button, Shift, X,Y);;
|
||||
|
Loading…
Reference in New Issue
Block a user