You've already forked lazarus-ccr
* Use VTVDragManager instead of Controls.DragManager in DragAndDrop
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@1037 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@@ -20471,7 +20471,7 @@ procedure TBaseVirtualTree.DragAndDrop(AllowedEffects: Integer;
|
|||||||
DataObject: IDataObject; DragEffect: Integer);
|
DataObject: IDataObject; DragEffect: Integer);
|
||||||
|
|
||||||
begin
|
begin
|
||||||
ActiveX.DoDragDrop(DataObject, DragManager as IDropSource, AllowedEffects, @DragEffect);
|
ActiveX.DoDragDrop(DataObject, VTVDragManager as IDropSource, AllowedEffects, @DragEffect);
|
||||||
end;
|
end;
|
||||||
|
|
||||||
//----------------------------------------------------------------------------------------------------------------------
|
//----------------------------------------------------------------------------------------------------------------------
|
||||||
|
Reference in New Issue
Block a user