mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
fix potential undefined DnD behavior for external drags
dragging from the tree-view (e.g. favorite sidebar or plugin-manager) will not set _drag_source. drag-motion may wrongly interpret it as "re-order".
This commit is contained in:
parent
2074dbdbe2
commit
1f17784ac5
1 changed files with 1 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ private:
|
||||||
{
|
{
|
||||||
delete _drag_icon;
|
delete _drag_icon;
|
||||||
_drag_icon = 0;
|
_drag_icon = 0;
|
||||||
|
_drag_source = 0;
|
||||||
|
|
||||||
_drag_child = 0;
|
_drag_child = 0;
|
||||||
remove_placeholder ();
|
remove_placeholder ();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue