mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-24 12:59:39 +02:00
ide. using MacOSX keys scheme by default for any Darwin, rather than for LCLCarbon specifically. #33045
git-svn-id: trunk@57137 -
This commit is contained in:
parent
dbfda52cb2
commit
e3176d0801
@ -949,7 +949,7 @@ end;
|
|||||||
|
|
||||||
procedure TKeyCommandRelation.GetDefaultKeyForCommand;
|
procedure TKeyCommandRelation.GetDefaultKeyForCommand;
|
||||||
begin
|
begin
|
||||||
{$IFDEF LCLCarbon}
|
{$IFDEF Darwin}
|
||||||
GetDefaultKeyForMacOSXScheme;
|
GetDefaultKeyForMacOSXScheme;
|
||||||
{$ELSE}
|
{$ELSE}
|
||||||
GetDefaultKeyForWindowsScheme;
|
GetDefaultKeyForWindowsScheme;
|
||||||
|
Loading…
Reference in New Issue
Block a user