mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-26 08:27:43 +01:00
don't try to automatically remove locked regions frm selection at end of drag
git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@3172 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
25bae763ca
commit
9e8c6830fd
1 changed files with 0 additions and 1 deletions
|
|
@ -3687,7 +3687,6 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
|
|||
|
||||
if (rv->region()->locked()) {
|
||||
++i;
|
||||
selection->regions.remove (rv);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue