mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-30 01:22:43 +02:00
synedit: ssMeta on darwin instead of only carbon
This commit is contained in:
parent
3eabb7a026
commit
ef6ce79e07
@ -367,7 +367,7 @@ procedure RegisterExtraGetEditorMouseCommandValues(AProc: TGetEditorCommandValue
|
||||
procedure RegisterMouseCmdNameAndOptProcs(ANamesProc: TMouseCmdNameAndOptProcs; AOptProc: TMouseCmdNameAndOptProcs = nil);
|
||||
|
||||
const
|
||||
SYNEDIT_LINK_MODIFIER = {$IFDEF LCLcarbon}ssMeta{$ELSE}ssCtrl{$ENDIF};
|
||||
SYNEDIT_LINK_MODIFIER = {$IFDEF Darwin}ssMeta{$ELSE}ssCtrl{$ENDIF};
|
||||
|
||||
implementation
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user