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:
Paul Davis 2008-03-24 13:40:59 +00:00
parent 25bae763ca
commit 9e8c6830fd

View file

@ -3687,7 +3687,6 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
if (rv->region()->locked()) {
++i;
selection->regions.remove (rv);
continue;
}