You've already forked lazarus-ccr
jvcllaz: Add usage of TDBLookupTreeview to header of unit. Fix remaining Linux compilation issue.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6876 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3176,11 +3176,8 @@ begin
|
||||
if PtInRect(FDataListForm.FList.ClientRect, ListPos) then
|
||||
begin
|
||||
StopTracking;
|
||||
{$IFDEF CPU64}
|
||||
MousePos := ListPos;
|
||||
{$ELSE}
|
||||
MousePos := PointToSmallPoint(ListPos);
|
||||
{$ENDIF}
|
||||
MousePos.X := ListPos.X;
|
||||
MousePos.Y := ListPos.Y;
|
||||
SendMessage(FDataListForm.FList.Handle, LM_LBUTTONDOWN, 0, LPARAM(MousePos));
|
||||
Exit;
|
||||
end;
|
||||
|
Reference in New Issue
Block a user