mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-20 20:59: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
|
[kVK_Return, kVK_ANSI_KeypadEnter, kVK_Escape, kVK_Space]) then
|
||||||
begin
|
begin
|
||||||
inherited;
|
inherited;
|
||||||
|
self.callback.KeyEvHandled;
|
||||||
exit;
|
exit;
|
||||||
end;
|
end;
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user