mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
remove assert() that is triggered via multiple selection in region list (now possible for some time)
This commit is contained in:
parent
0aef128207
commit
1f18b4905d
1 changed files with 0 additions and 1 deletions
|
|
@ -1147,7 +1147,6 @@ EditorRegions::get_dragged_region ()
|
|||
return boost::shared_ptr<Region> ();
|
||||
}
|
||||
|
||||
assert (regions.size () == 1);
|
||||
return regions.front ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue