mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-09-28 18:49:43 +02:00
lcl: grids: fixed compilation
git-svn-id: trunk@14201 -
This commit is contained in:
parent
5c2f5fb19b
commit
acc075b846
@ -6020,7 +6020,7 @@ begin
|
||||
SendMessage(FEditor.Handle, CN_CHAR, Word(Ch), 0)
|
||||
else begin
|
||||
{$Endif}
|
||||
Msg.MsgID:=GM_SETVALUE;
|
||||
Msg.LclMsg.Msg:=GM_SETVALUE;
|
||||
Msg.Grid:=Self;
|
||||
Msg.Col:=FCol;
|
||||
Msg.Row:=FRow;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user