mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-05 21:25:46 +01:00
commit crash caused by deleting a marker while mouse is held down (needs generalizing to all objects)
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3350 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cb78405ec2
commit
9044bb80f7
1 changed files with 5 additions and 0 deletions
|
|
@ -3687,6 +3687,11 @@ Editor::cut_copy (CutCopyOp op)
|
|||
Glib::signal_idle().connect (bind (mem_fun(*this, &Editor::really_remove_marker), loc));
|
||||
}
|
||||
|
||||
if (drag_info.item) {
|
||||
drag_info.item->ungrab (0);
|
||||
drag_info.item = 0;
|
||||
}
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue