mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-04-05 11:38:04 +02:00
Merge branch 'fix-vtv-drag-interference' into 'main'
VirtualTreeView: Cancel drag when context menu opens See merge request freepascal.org/lazarus/lazarus!438
This commit is contained in:
commit
684a21c77d
@ -16659,6 +16659,7 @@ var
|
||||
begin
|
||||
{$ifdef DEBUG_VTV}Logger.EnterMethod([lcMessages],'WMContextMenu');{$endif}
|
||||
DoStateChange([], [tsClearPending, tsEditPending, tsOLEDragPending, tsVCLDragPending]);
|
||||
CancelDrag;
|
||||
{$ifdef ContextMenuBeforeMouseUp}
|
||||
if Assigned(PopupMenu) then
|
||||
begin
|
||||
|
Loading…
Reference in New Issue
Block a user