13
0

Exclusive P/AFL is possible since f2d2ea4baa

This commit is contained in:
Robin Gareus 2021-03-24 17:04:44 +01:00
parent bbb244c1c9
commit aab296be48
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -675,8 +675,6 @@ RouteUI::solo_press(GdkEventButton* ev)
}
if (Config->get_solo_control_is_listen_control()) {
/* ??? we need a just_one_listen() method */
} else {
DisplaySuspender ds;
_route->solo_control()->set_value (1.0, Controllable::NoGroup);
}