VirtualTreeView: fix mouse cursor for panning

This commit is contained in:
Martin 2022-01-23 17:51:17 +01:00
parent dfa66431c4
commit 965dee4181

View File

@ -18327,7 +18327,7 @@ begin
begin
// Only horizontal movement allowed.
if X < FLastClickPos.X then
Name := 'VT_MOVEW'
NewCursor := crVT_MOVEW
else
NewCursor := crVT_MOVEE;
end