fix dbedit eats DELETE key issue #1917

git-svn-id: trunk@9726 -
This commit is contained in:
jesus 2006-08-17 06:16:16 +00:00
parent b5f8e4e051
commit a991d209ed

View File

@ -160,7 +160,6 @@ begin
if Key=VK_DELETE then begin
if not IsReadOnly then
FDatalink.Edit;
Key:=VK_UNKNOWN;
end;
end;