mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-04 18:00:24 +02:00
LCL, fix stringgrid autoedit on pressing RETURN key, issue #25810
git-svn-id: trunk@44361 -
This commit is contained in:
parent
003a8be7e1
commit
3caabb7cf3
@ -6792,6 +6792,7 @@ begin
|
||||
inherited KeyPress(Key);
|
||||
if not EditorMode and EditingAllowed(FCol) then begin
|
||||
if (Key=#13) then begin
|
||||
SelectEditor;
|
||||
EditorShow(True);
|
||||
Key := #0;
|
||||
end else
|
||||
|
Loading…
Reference in New Issue
Block a user