mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-07 16:38:02 +02:00
Cocoa & Db: Fix #40985 the issue that Space can't activate editing
This commit is contained in:
parent
e370e35dad
commit
584c173e83
@ -132,6 +132,7 @@ begin
|
||||
// see also the comments in TDBMemo.KeyDown()
|
||||
VK_0..VK_9,
|
||||
VK_A..VK_Z,
|
||||
VK_SPACE,
|
||||
VK_NUMPAD0..VK_DIVIDE,
|
||||
VK_OEM_1..VK_OEM_3,
|
||||
VK_OEM_4..VK_OEM_8:
|
||||
|
@ -160,6 +160,7 @@ begin
|
||||
// and will cause the Memo content to change, leading to the issue #40985
|
||||
VK_0..VK_9,
|
||||
VK_A..VK_Z,
|
||||
VK_SPACE,
|
||||
VK_NUMPAD0..VK_DIVIDE,
|
||||
VK_OEM_1..VK_OEM_3,
|
||||
VK_OEM_4..VK_OEM_8:
|
||||
|
Loading…
Reference in New Issue
Block a user