gtk2: better fix CharToKeyVal

git-svn-id: trunk@21457 -
This commit is contained in:
paul 2009-08-26 17:52:01 +00:00
parent cd516210d7
commit e7abeb60a0

View File

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