Cocoa: fix double spaces in CustomControl

https://forum.lazarus.freepascal.org/index.php/topic,70901.0.html
This commit is contained in:
rich2014 2025-05-09 22:06:26 +08:00
parent 33f032ca1a
commit 4b4175e8e1

View File

@ -331,6 +331,7 @@ begin
[kVK_Return, kVK_ANSI_KeypadEnter, kVK_Escape, kVK_Space]) then
begin
inherited;
self.callback.KeyEvHandled;
exit;
end;