mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
the Properties & 64bit region commit
git-svn-id: svn://localhost/ardour2/branches/3.0@6695 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cdcc4d3720
commit
ce7a5e1c9f
107 changed files with 2680 additions and 2194 deletions
|
|
@ -41,7 +41,7 @@ TrackSelection::add (TrackViewList const & t)
|
|||
|
||||
/* select anything in the same select-enabled route group */
|
||||
ARDOUR::RouteGroup* rg = (*i)->route_group ();
|
||||
if (rg && rg->property (ARDOUR::RouteGroup::Select)) {
|
||||
if (rg && rg->is_active() && rg->is_select ()) {
|
||||
TrackViewList tr = _editor->axis_views_from_routes (rg->route_list ());
|
||||
for (TrackViewList::iterator j = tr.begin(); j != tr.end(); ++j) {
|
||||
if (!contains (*j)) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue