13
0

totally bizarre and incorrect solo/mute behaviour for Tracks (ONLY)

This commit is contained in:
Paul Davis 2015-05-08 14:11:43 -04:00
parent ed291ee8d0
commit 584d8095ee

View File

@ -833,6 +833,10 @@ Route::set_solo (bool yn, void *src)
solo_changed (true, src); /* EMIT SIGNAL */
_solo_control->Changed (); /* EMIT SIGNAL */
}
if (yn && Profile->get_trx()) {
set_mute (false, src);
}
}
void