SynEdit: Fixed Option for MouseLink (when not using MouseActions) / ssMeta on MAc

git-svn-id: trunk@49210 -
This commit is contained in:
martin 2015-05-29 11:10:27 +00:00
parent 8c08115db1
commit 649ab6c422

View File

@ -175,7 +175,7 @@ begin
if not (emUseMouseActions in TCustomSynEdit(SynEdit).MouseOptions) then begin
Result := (emShowCtrlMouseLinks in TCustomSynEdit(SynEdit).MouseOptions) and
(AShift * [ssShift, ssCtrl, ssAlt] = [ssCtrl]);
(AShift * ([ssShift, ssCtrl, ssAlt] + [SYNEDIT_LINK_MODIFIER]) = [SYNEDIT_LINK_MODIFIER]);
exit;
end;