mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-12 22:39:14 +02:00
Cocoa: fix double spaces in CustomControl
https://forum.lazarus.freepascal.org/index.php/topic,70901.0.html
This commit is contained in:
parent
33f032ca1a
commit
4b4175e8e1
@ -331,6 +331,7 @@ begin
|
||||
[kVK_Return, kVK_ANSI_KeypadEnter, kVK_Escape, kVK_Space]) then
|
||||
begin
|
||||
inherited;
|
||||
self.callback.KeyEvHandled;
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user