You've already forked lazarus-ccr
* Dont initialize dragmanager in DragOver. Issue 21976
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@2426 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -19825,7 +19825,7 @@ var
|
|||||||
|
|
||||||
begin
|
begin
|
||||||
//{$ifdef DEBUG_VTV}Logger.EnterMethod([lcDrag],'DragOver');{$endif}
|
//{$ifdef DEBUG_VTV}Logger.EnterMethod([lcDrag],'DragOver');{$endif}
|
||||||
if not VTVDragManager.DropTargetHelperSupported and (Source is TBaseVirtualTree) then
|
if Assigned(FDragManager) and not VTVDragManager.DropTargetHelperSupported and (Source is TBaseVirtualTree) then
|
||||||
begin
|
begin
|
||||||
Tree := Source as TBaseVirtualTree;
|
Tree := Source as TBaseVirtualTree;
|
||||||
ScrollOptions := [suoUpdateNCArea];
|
ScrollOptions := [suoUpdateNCArea];
|
||||||
|
Reference in New Issue
Block a user