mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-27 17:34:55 +02:00
Cocoa: fix #40702, beeps by Cursor keys
This commit is contained in:
parent
4f9063a828
commit
4c41d70ddf
@ -373,7 +373,6 @@ procedure TCocoaButton.keyDown(event: NSEvent);
|
||||
begin
|
||||
if event.keyCode = kVK_Space then
|
||||
lclCheckMixedAllowance;
|
||||
inherited keyDown(event);
|
||||
end;
|
||||
|
||||
function TCocoaButton.performKeyEquivalent(event: NSEvent): LCLObjCBoolean;
|
||||
|
Loading…
Reference in New Issue
Block a user