mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
missing drag-end (fix possible crash)
This commit is contained in:
parent
e2f6c59639
commit
8e1a9f0ada
1 changed files with 1 additions and 0 deletions
|
|
@ -144,6 +144,7 @@ class /*LIBGTKMM2EXT_API*/ DnDTreeView : public DnDTreeViewBase
|
|||
TreeView::on_drag_data_received (context, x, y, selection_data, info, time);
|
||||
} else if (selection_data.get_target() == object_type) {
|
||||
signal_drop (context, selection_data);
|
||||
context->drag_finish (true, false, time);
|
||||
} else {
|
||||
/* some kind of target type added by the app, which will be handled by a signal handler */
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue