mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-05-14 14:32:43 +02:00
Fixed a gtk2 bug where TCheckListBox.OnItemClick would always use 0 for the Index param
git-svn-id: trunk@12438 -
This commit is contained in:
parent
f54cf5bbbc
commit
093ca94abb
@ -90,6 +90,7 @@ begin
|
||||
g_free(value);
|
||||
end;
|
||||
Mess.Msg := LM_CHANGED;
|
||||
Val(arg1, Mess.WParam);
|
||||
Mess.Result := 0;
|
||||
DeliverMessage(widgetInfo^.lclObject, Mess);
|
||||
end;
|
||||
|
Loading…
Reference in New Issue
Block a user