LCL, DBGrid, linux, set edit state on primary clipboard paste, issue #24310

git-svn-id: trunk@41067 -
This commit is contained in:
jesus 2013-05-08 04:55:20 +00:00
parent ece43d9fc5
commit 342ff362a4

View File

@ -9117,7 +9117,7 @@ begin
{$IfDef DbgGrid} DebugLn('TStringCellEditor.Change INIT text=',Text);{$ENDIF}
inherited Change;
if (FGrid<>nil) and Visible then begin
FGrid.SetEditText(FCol, FRow, Text);
FGrid.EditorTextChanged(FCol, FRow, Text);
end;
{$IfDef DbgGrid} DebugLn('TStringCellEditor.Change END');{$ENDIF}
end;