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.
1 parent 9a68fb6 commit 922dc60Copy full SHA for 922dc60
Source/VirtualTrees.pas
@@ -30559,6 +30559,9 @@ procedure TBaseVirtualTree.PaintTree(TargetCanvas: TCanvas; const Window: TRect;
30559
if DrawSelectionRect then
30560
begin
30561
R := OrderRect(FNewSelRect);
30562
+ //lclheader
30563
+ if hoVisible in FHeader.Options then
30564
+ OffsetRect(R, 0, FHeader.Height);
30565
// Remap the selection rectangle to the current window of the tree.
30566
// Since Target has been used for other tasks BaseOffset got the left extent of the target position here.
30567
OffsetRect(R, -Target.X + BaseOffset - Window.Left, -Target.Y + FOffsetY);
0 commit comments