You've already forked lazarus-ccr
* Fix av when destroying a instance that created a drag manager under qt
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@420 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -603,9 +603,9 @@ constructor TVTDragManager.Create(AOwner: TBaseVirtualTree);
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
inherited Create;
|
inherited Create;
|
||||||
{
|
|
||||||
FOwner := AOwner;
|
|
||||||
|
|
||||||
|
FOwner := AOwner;
|
||||||
|
{
|
||||||
// Create an instance of the drop target helper interface. This will fail but not harm on systems which do
|
// Create an instance of the drop target helper interface. This will fail but not harm on systems which do
|
||||||
// not support this interface (everything below Windows 2000);
|
// not support this interface (everything below Windows 2000);
|
||||||
CoCreateInstance(CLSID_DragDropHelper, nil, CLSCTX_INPROC_SERVER, IID_IDropTargetHelper, FDropTargetHelper);
|
CoCreateInstance(CLSID_DragDropHelper, nil, CLSCTX_INPROC_SERVER, IID_IDropTargetHelper, FDropTargetHelper);
|
||||||
|
Reference in New Issue
Block a user