mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-26 23:43:47 +02: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.
|
||||
if GMsg.Grid<>nil then
|
||||
with TCustomGridAccess(GMsg.Grid) do
|
||||
EditorTextChanged(Col, Row, Ch);
|
||||
EditorTextChanged(Col, Row, GMsg.Value);
|
||||
end;
|
||||
|
||||
class function TWSCustomGrid.InvalidateStartY(const FixedHeight, RowOffset: Integer): Integer;
|
||||
|
Loading…
Reference in New Issue
Block a user