mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-08-13 18:29:12 +02:00
LCL, DBGrid, linux, set edit state on primary clipboard paste, issue #24310
git-svn-id: trunk@41067 -
This commit is contained in:
parent
ece43d9fc5
commit
342ff362a4
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user