mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-18 04:19:12 +02:00
LCL, fix dbgrid insert operation, broken in previous patch, issue #17261
git-svn-id: trunk@27189 -
This commit is contained in:
parent
b2be7fcdcc
commit
aa000f9e7e
@ -2031,7 +2031,7 @@ begin
|
|||||||
doOnKeyDown;
|
doOnKeyDown;
|
||||||
if Key<>0 then
|
if Key<>0 then
|
||||||
if GridCanModify then begin
|
if GridCanModify then begin
|
||||||
doOperation(opCancel);
|
doOperation(opInsert);
|
||||||
Key:=0;
|
Key:=0;
|
||||||
end;
|
end;
|
||||||
end;
|
end;
|
||||||
|
Loading…
Reference in New Issue
Block a user