mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-26 15:08:17 +01:00
fix processor DnD from sidebar.
(default move action removes an entry in the TreeView)
This commit is contained in:
parent
91207efbaa
commit
e4a4ef9a6b
1 changed files with 1 additions and 1 deletions
|
|
@ -78,7 +78,7 @@ public:
|
|||
|
||||
_internal_vbox.show ();
|
||||
|
||||
drag_dest_set (_targets, Gtk::DEST_DEFAULT_ALL, Gdk::DragAction (Gdk::ACTION_COPY | Gdk::ACTION_MOVE | Gdk::ACTION_LINK));
|
||||
drag_dest_set (_targets);
|
||||
signal_drag_data_received().connect (mem_fun (*this, &DnDVBox::drag_data_received));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue