VirtualTreeView: fix mouse cursor for panning

(cherry picked from commit 965dee4181)
This commit is contained in:
Martin 2022-01-23 17:51:17 +01:00
parent fd23cf7d02
commit 6e70893241

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