Cocoa & Db: Fix #40985 the issue that Space can't activate editing

This commit is contained in:
rich2014 2024-06-19 22:21:53 +08:00
parent 32c250f997
commit 1ac92dd342
2 changed files with 2 additions and 0 deletions

View File

@ -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:

View File

@ -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: