mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-11-24 03:59:42 +01: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}
|
{$IfDef DbgGrid} DebugLn('TStringCellEditor.Change INIT text=',Text);{$ENDIF}
|
||||||
inherited Change;
|
inherited Change;
|
||||||
if (FGrid<>nil) and Visible then begin
|
if (FGrid<>nil) and Visible then begin
|
||||||
FGrid.SetEditText(FCol, FRow, Text);
|
FGrid.EditorTextChanged(FCol, FRow, Text);
|
||||||
end;
|
end;
|
||||||
{$IfDef DbgGrid} DebugLn('TStringCellEditor.Change END');{$ENDIF}
|
{$IfDef DbgGrid} DebugLn('TStringCellEditor.Change END');{$ENDIF}
|
||||||
end;
|
end;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user