LCL, fix stringgrid autoedit on pressing RETURN key, issue #25810

git-svn-id: trunk@44361 -
This commit is contained in:
jesus 2014-03-06 04:35:07 +00:00
parent 003a8be7e1
commit 3caabb7cf3

View File

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