mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Exclusive P/AFL is possible since f2d2ea4baa
This commit is contained in:
parent
bbb244c1c9
commit
aab296be48
1 changed files with 0 additions and 2 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue