VirtualTreeView: Cancel drag when context menu opens

On non-Windows widgetsets, a drag operation is started when
right-clicking on an item in a tree that has a popup menu
and right-click selection enabled.
This commit is contained in:
Hendi 2025-02-15 21:08:21 +01:00
parent df31c25382
commit fe14d907f8

View File

@ -16658,6 +16658,7 @@ var
begin
{$ifdef DEBUG_VTV}Logger.EnterMethod([lcMessages],'WMContextMenu');{$endif}
DoStateChange([], [tsClearPending, tsEditPending, tsOLEDragPending, tsVCLDragPending]);
CancelDrag;
{$ifdef ContextMenuBeforeMouseUp}
if Assigned(PopupMenu) then
begin