mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-02 16:51:03 +02:00
Qt: fixed compilation under darwin
git-svn-id: trunk@35310 -
This commit is contained in:
parent
df64a76620
commit
d0ea51667e
@ -112,7 +112,7 @@ begin
|
||||
{$ENDIF}
|
||||
{$IFDEF DARWIN}
|
||||
// do not swap meta and ctrl keys, issue #20897
|
||||
if not FIsLibraryInstance then (QtVersionMajor = 4) and (QtVersionMinor > 5) then
|
||||
if not FIsLibraryInstance and (QtVersionMajor = 4) and (QtVersionMinor > 5) then
|
||||
QCoreApplication_setAttribute(QtAA_MacDontSwapCtrlAndMeta, True);
|
||||
{$ENDIF}
|
||||
FGlobalActions := TFPList.Create;
|
||||
|
Loading…
Reference in New Issue
Block a user