fix processor DnD from sidebar.
authorRobin Gareus <robin@gareus.org>
Fri, 18 Mar 2016 19:43:28 +0000 (20:43 +0100)
committerRobin Gareus <robin@gareus.org>
Fri, 18 Mar 2016 20:34:28 +0000 (21:34 +0100)
(default move action removes an entry in the TreeView)

libs/gtkmm2ext/gtkmm2ext/dndvbox.h

index 3d78a4262753c4c70beaa111c30a047de5292a9d..03d378b151e160ce33b71b8c1571db7146fcf800 100644 (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));
        }