mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-19 10:49:44 +02:00
cocoa: populating the result of the overriden performKeyEquivalent in menu key handler. bug #39086. Patch by Henner Drewes
git-svn-id: trunk@65350 -
This commit is contained in:
parent
63997559b2
commit
210f33e2b0
@ -290,7 +290,7 @@ begin
|
||||
OldKeyEq:=isKeyEq;
|
||||
isKeyEq := true;
|
||||
try
|
||||
inherited performKeyEquivalent(theEvent);
|
||||
Result := inherited performKeyEquivalent(theEvent);
|
||||
finally
|
||||
isKeyEq := OldKeyEq;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user