13
0

enable ignore-sends-for-solo-propagation change

git-svn-id: svn://localhost/ardour2/branches/3.0@6114 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2009-11-17 23:11:42 +00:00
parent d37a00ae13
commit a0dfdef24a

View File

@ -2436,10 +2436,10 @@ Session::route_solo_changed (void* /*src*/, boost::weak_ptr<Route> wpr)
bool via_sends_only;
if ((*i)->feeds (route, &via_sends_only) && !(*i)->is_hidden() && !(*i)->is_master() && !(*i)->is_control()) {
//if (!via_sends_only) {
if (!via_sends_only) {
/* do it */
(*i)->mod_solo_level (delta);
//}
}
}
}