(Source List) Fix drag-n-drop.

This commit is contained in:
Ben Loftis 2018-11-15 09:30:22 -06:00
parent be7ebbb7ba
commit b409c58ee6
4 changed files with 33 additions and 19 deletions

View file

@ -1979,7 +1979,8 @@ private:
gint y,
const Gtk::SelectionData& data,
guint info,
guint time);
guint time,
bool from_region_list);
void drop_routes (
const Glib::RefPtr<Gdk::DragContext>& context,