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:
jesus 2015-04-26 20:41:18 +00:00
parent 4ec7f482b1
commit ded4b23a89

View File

@ -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;