mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-12-12 10:40:40 +01:00
LCL, grids: modified previous patch, the text should be the text value not the pressed key
git-svn-id: trunk@48872 -
This commit is contained in:
parent
4ec7f482b1
commit
ded4b23a89
@ -103,7 +103,7 @@ begin
|
|||||||
// widgets do not notify when they are modified programmatically.
|
// widgets do not notify when they are modified programmatically.
|
||||||
if GMsg.Grid<>nil then
|
if GMsg.Grid<>nil then
|
||||||
with TCustomGridAccess(GMsg.Grid) do
|
with TCustomGridAccess(GMsg.Grid) do
|
||||||
EditorTextChanged(Col, Row, Ch);
|
EditorTextChanged(Col, Row, GMsg.Value);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
class function TWSCustomGrid.InvalidateStartY(const FixedHeight, RowOffset: Integer): Integer;
|
class function TWSCustomGrid.InvalidateStartY(const FixedHeight, RowOffset: Integer): Integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user