mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-12 14:09:31 +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}
|
{$IFDEF SYN_LAZARUS}
|
||||||
if (eoShowCtrlMouseLinks in Options)
|
if (eoShowCtrlMouseLinks in Options)
|
||||||
and not(wasDragging)
|
and not(wasDragging)
|
||||||
and (Button=mbLeft) and (Shift=[ssLeft,ssCtrl])
|
and (Button=mbLeft) and (ssCtrl in Shift)
|
||||||
and assigned(FOnClickLink)
|
and assigned(FOnClickLink)
|
||||||
then begin
|
then begin
|
||||||
FOnClickLink(Self, Button, Shift, X,Y);;
|
FOnClickLink(Self, Button, Shift, X,Y);;
|
||||||
|
Loading…
Reference in New Issue
Block a user