jvcllaz: Fix compilation of JvCustomControlsR package

git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@8349 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
wp_xxyyzz
2022-07-14 23:03:39 +00:00
parent 066542cc34
commit 6feb227a30

View File

@ -482,7 +482,7 @@ begin
png.Free;
end;
OnMouseDown := @DoLMouseDown;
OnMouseUp := @DoMouseUp;
OnMouseUp := @Self.DoMouseUp;
// OnClick := LeftClick;
end;
@ -503,7 +503,7 @@ begin
png.Free;
end;
OnMouseDown := @DoRMouseDown;
OnMouseUp := @DoMouseUp;
OnMouseUp := @Self.DoMouseUp;
end;
FLeftBtn.SetSubComponent(True);
FRightBtn.SetSubComponent(True);