You've already forked lazarus-ccr
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:
@ -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);
|
||||
|
Reference in New Issue
Block a user