mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-22 14:46:34 +01:00
fix for #1637
git-svn-id: svn://localhost/ardour2/branches/2.0.1@1792 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
653c6d61f9
commit
176385ea99
1 changed files with 0 additions and 6 deletions
|
|
@ -3241,12 +3241,6 @@ Editor::region_drag_finished_callback (ArdourCanvas::Item* item, GdkEvent* event
|
||||||
|
|
||||||
if (drag_info.first_move) {
|
if (drag_info.first_move) {
|
||||||
/* just a click */
|
/* just a click */
|
||||||
|
|
||||||
if (drag_info.copy) {
|
|
||||||
for (list<RegionView*>::iterator i = selection->regions.begin(); i != selection->regions.end(); ++i) {
|
|
||||||
copies.push_back (*i);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
goto out;
|
goto out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue