fix processor DnD from sidebar.

(default move action removes an entry in the TreeView)
This commit is contained in:
Robin Gareus 2016-03-18 20:43:28 +01:00
parent 91207efbaa
commit e4a4ef9a6b

View File

@ -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));
}