mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-15 06:09:30 +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;
|
||||
if Key<>0 then
|
||||
if GridCanModify then begin
|
||||
doOperation(opCancel);
|
||||
doOperation(opInsert);
|
||||
Key:=0;
|
||||
end;
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user