We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 84bb428 + 3f18a3f commit 08c28e5Copy full SHA for 08c28e5
Source/VirtualTrees.BaseTree.pas
@@ -12607,7 +12607,7 @@ procedure TBaseVirtualTree.HandleMouseDown(var Message: TWMMouse; var HitInfo: T
12607
if NeedChangeEvent then
12608
begin
12609
Invalidate;
12610
- Change(nil);
+ Change(HitInfo.HitNode);
12611
end;
12612
end
12613
else if (toAlwaysSelectNode in Self.TreeOptions.SelectionOptions) then
0 commit comments