mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-16 23:29:16 +02:00
gtk2: better fix CharToKeyVal
git-svn-id: trunk@21457 -
This commit is contained in:
parent
cd516210d7
commit
e7abeb60a0
@ -2067,7 +2067,7 @@ var
|
||||
begin
|
||||
Length := 1;
|
||||
{$ifndef gtk1}
|
||||
if C in [#$1..#$20] then
|
||||
if C in [#$01..#$1B] then
|
||||
begin
|
||||
KeyVal := $FF00 or Ord(C);
|
||||
if KeyVal = GDK_KEY_BackSpace then
|
||||
|
Loading…
Reference in New Issue
Block a user